-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·37 lines (31 loc) · 1.29 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
<html>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<style type="text/css">
h1 {text-align: center}
</style>
</head>
<title>Cheshire</title>
<link href="index.css" rel="stylesheet" media="screen" type="text/css">
<link rel="stylesheet" type="text/css"
href="./gotham-cufonfonts-webfont/style.css"/>
</head>
<body>
<div id="top">
<div id="top_img">
<main id="top_main">
<div id="top_logo"><img src="image/assets/logo.svg"></div>
<!-- <hr style="height:20px;width:300px;border:200px;border-top:2px solid #ffffff;" /> -->
<div class="catchphrase">
<span>
<h1 style="font-family:'Gotham Thin Regular';font-weight:normal;font-size:50px;color:#ffffff;top:100px">PETS AROUND YOU.</h1>
</span>
</div>
<!-- <h1><font size="5" face="arial" color="white">Cheshire</font></h1>
<h1><font size="5" face="arial" color="white" text-align:center>Pets around you</font></h1> -->
<a class="top_item" href='./screen/feed/feed/feed.html'><li>HOME PAGE</li></a>
<a class="top_item" href='./screen/login/login.html'><li>LOG IN</li></a>
<a class="top_item" href="./tutorial/tutorial.html"><li>TUTORIAL</li></a>
<a class="top_item" href=""><li>ABOUT US</li></a>
</html>