-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 984 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
35
36
37
38
39
40
<html>
<head>
<title>
cine_Splash
</title>
<style>
.imagelogo {
width:50%;
auto:auto;
text-align:center;
}
.logoHolder {
text-align:center;
padding:20px;
}
a {
font-size:32px;
color:black;
text-decoration: none;
text-align:center;
}
</style>
</head>
<body>
<div class="logoHolder">
<img src="https://i.ibb.co/q0WLTWG/B-cinema-FI.png" class="imagelogo">
<br>
ETH SF Hackathon Build
</div>
<div class="logoHolder">
<a href="https://www.figma.com/proto/ZIELxbQPJI4YVEsc1jiSTx/cinema.fi?page-id=3%3A3&node-id=108%3A545&viewport=1353%2C392%2C0.58&scaling=min-zoom&starting-point-node-id=108%3A545">View Prototype</a>
</div>
</body>
</html>