-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (56 loc) · 1.46 KB
/
index.html
File metadata and controls
57 lines (56 loc) · 1.46 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<!-- Website Template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StSt</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/mobile.css" media="screen and (max-width : 568px)">
<link rel="icon" href="images/Study-Station-logo-versione-finale-ConvertImage.ico">
<script type="text/javascript" src="js/mobile.js"></script>
</head>
<body onload = window.scroll(0,375)>
<div id="header">
<a href="index.html" class="logo">
<img src="images/Study-Station-logo-versione-finale.jpg" alt="">
</a>
<ul id="navigation">
<li class="selected">
<a href="index.html">home</a>
</li>
<li>
<a href="vision.html">vision</a>
</li>
<li>
<a href="ami.html">ami</a>
</li>
<li>
<a href="specs.html">specs</a>
</li>
<li>
<a href="multimedia.html">multimedia</a>
</li>
<li>
<a href="about.html">about us</a>
</li>
</ul>
</div>
<div id="body">
<div id="featured">
<img src="images/background.jpg" alt="">
<div>
<h2>Study Station</h2>
<span>We are excited to welcome you</span>
<span>on our AmI 2016 project web page!</span>
<a href="vision.html" class="more">read more</a>
</div>
</div>
</div>
<div id="footer">
<div>
<p>© 2016 by StSt. All rights reserved.</p>
</div>
</div>
</body>
</html>