-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsecond.html
More file actions
32 lines (24 loc) · 923 Bytes
/
second.html
File metadata and controls
32 lines (24 loc) · 923 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
32
<!DOCTYPE html>
<html>
<head>
<title> Wheel Of Riches </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js">
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
</head>
<body>
<div id= "secondpagecontainer">
<img src ="images/Rick and Morty.jpeg"</img>
<div id = "usernamefield">
<input id='text' type="text" placeholder="UserName">
</div>
<a href="/third.html" id = 'playbtn' class = "btn rick blue">PLAY</a>
</div>
<script src="script.js"></script>
</body>
</html>