-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 872 Bytes
/
index.html
File metadata and controls
31 lines (27 loc) · 872 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>my dicee game</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script|Pacifico|Shadows+Into+Light&display=swap" rel="stylesheet">
</head>
<body>
<h1>Refresh Me</h1>
<div class="divp1">
<p1>Player 1 Player 2</p1>
<div class="image">
<img class="img1" src="images/dice6.png" alt="dice img">
<img class="img2" src="images/dice6.png" alt="dice img">
<br>
<Button type="submit" onclick="rollDice()">Click Me</Button>
</div>
</div>
<div class="divp2">
<p2>www.appbrewery.com</p2>
</div>
<script src="index.js" charset="UTF-8"></script>
</body>
</html>