-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 1.27 KB
/
index.html
File metadata and controls
24 lines (22 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>Math Quiz Game</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<script src="quiz_login.js"></script>
<link rel="icon" href="https://w7.pngwing.com/pngs/708/818/png-transparent-computer-icons-scientific-calculator-symbol-mathematics-calculator-electronics-computer-logo.png" />
</head>
<body>
<img src="Profile_Pic.jpg" id="p_img" />
<h1 style="margin-top: 50px">Math Quiz Game:</h1>
<br />
<h4 style="color: white" id="player_1"><b> Name Of The Player 1: </b></h4>
<input type="text" id="player1_name_input" /> <br /><br />
<h4 style="color: white" id="player_2"><b> Name Of The Player 2: </b></h4>
<input type="text" id="player2_name_input" /> <br />
<button style="border-radius: 10px; color: black; background-color: limegreen; margin-top: 50px; width: 26%; font-size: 60px" onclick="next()">Play Game!</button>
<script src="//code.tidio.co/bo7ojrr3a3sjwj3r8wtpg8llxeyvhw0m.js" async></script>
</body>
</html>