-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 2.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dice Toss Homepage</title>
<link rel="icon" href="https://raw.githubusercontent.com/Samayank/Dice-to-Guess/main/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Noto+Emoji:wght@300&family=Outfit&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="styles1.css">
</head>
<body>
<div class="container">
<h1>Dice Toss 🎲🎲</h1>
<form id="form">
<h2 class="dice">Enter Player 1's Name: </h2>
<input type="name" id="player1" class="player" name="player1"><br><br>
<h2 class="dice">Enter Player 2's Name: </h2>
<input type="name" id="player2" class="player" name="player2"><br><br>
<!-- <input type="submit"><a href="C:\Users\Samayank\Desktop\CSS - My Site Images\DOM\Dicee toss\index.html">Submit</a> -->
<!-- <input type="button" onclick="formSubmit()" value="Submit"> -->
<button type="submit" class="btn btn1">Submit</button>
<!-- <a href="C:\Users\Samayank\Desktop\CSS - My Site Images\DOM\index.html"><button>Submit</button></a> -->
</form>
</div>
<footer>
<h3>© Samayank Goel 2023</h3>
</footer>
<script src="index1.js"></script>
<script src="../assets/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>