-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 843 Bytes
/
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
<!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">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<h1>Let's Roll a Dice<box-icon name='dice-3'></box-icon></h1>
<h2>Refresh the page</h2><br>
<div class="container">
<img src="images/d1.png" alt="payal" class="i1">
<img src="images/d2.jpg" alt="payal" class="i2">
</div>
<script type="text/javascript" src="index.js">
</script>
</body>
</html>