-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (33 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hari om's dice</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
</head>
<body>
<h1>hari om's dice</h1>
<h3>dice game</h3>
<hr>
<div class="container">
<div class="dice">
<p>player1</p>
<img src="" alt="img1" class="img1">
<p class="dicen"></p>
</div>
<div class="dice">
<p>Player2 </p>
<img src="" alt="img2" class="img2">
</div>
</div>
<h2>refresh me to change the dice</h2>
<footer>
<p>© hari om singh 2021</p>
<a href="https://www.twitter.com/Hari_Om_333" class="logo"><i class="fab fa-twitter"></i></a>
</footer>
</body>
<script src="app.js"></script>
</html>