Simplified codes
This commit is contained in:
@@ -1,24 +1,17 @@
|
||||
<!-- index.html -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Quizimoto - Russian Millionaire Quiz</title>
|
||||
<title>Russian Quiz Game</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Quizimoto</h1>
|
||||
<p>Russian Millionaire Quiz Game</p>
|
||||
</header>
|
||||
|
||||
<div class="welcome-content">
|
||||
<h2>Welcome!</h2>
|
||||
<p>Test your knowledge of Russian culture and win up to 1,000,000 ₽!</p>
|
||||
|
||||
<button onclick="startGame()" class="start-btn">Start Game</button>
|
||||
</div>
|
||||
<h1>Russian Quiz</h1>
|
||||
<p>Answer questions about Russian culture!</p>
|
||||
<button onclick="startGame()" class="start-btn">Start Game</button>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
@@ -27,4 +20,4 @@
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user