forked from alekssaul/simplewebapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (24 loc) · 1018 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
<html>
<head>
<title>www.coreos.com</title>
<link rel="stylesheet" href="./coreos.com_files/linen.css" type="text/css">
<style>
.logo.portrait {
/* width: auto; */
max-width: 800px;
max-height: 400px;
}
</style>
</head>
<body>
<div class="content" style="text-align:center">
<span style="float:none; display:inline-block;"><img class="logo portrait smallImage" src="./coreos.com_files/coreos-wordmark-vert-color.png" style="opacity: 1;display:inline;"/></span>
<span style="float:none; display:inline-block; margin: 0 50px 0 50px">
<h1 style="font-size:160px">+ hello!</h1><br/><br/><br/><br/><br/>
</span>
<!-- <span sytle="float:none; display:inline-block;">
<img class="logo portrait smallImage" src="https://www.96boards.org/projects/view/kvm/images/KVM_FrontPage.png" style="opacity: 1; display:inline;"/>
</span> -->
</div>
</body>
</html>