-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 988 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
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>
Welcome UI
</title>
<link rel="Shortcut Icon" href="logo.ico" />
<link rel="Bookmark" href="logo.ico" />
<meta charset = "utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class = "bgimg">
<button class = "sign_in" onclick = "window.open('signIn.html','_self')"></button>
<button class = "sign_up" onclick = "window.open('#.html','_self')"></button>
</div>
<div class="hidden">
<script type="text/javascript">
if(document.images){
img1 = new Image();
img2 = new Image();
img3 = new Image();
img4 = new Image();
img5 = new Image();
img1.src = "signInHover.jpg";
img2.src = "#Hover.jpg";
img3.src = "first.jpg";
img4.src = "signInButton.jpg";
img5.src = "#Button.jpg";
}
</script>
</div>
</body>
</html>