-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.save
42 lines (38 loc) · 895 Bytes
/
index.html.save
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
<!--
To change this template use Tools | Templates.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
body {
text-align: center;
text-shadow: .5px .5px .5px #ccc;
background-color: #37c8be;
font-weight: bold;
line-height: 15px;
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 20px;
color: white;
}
h1 {
font-family: times, Times New Roman, times-roman, georgia, serif;
color: #444;
margin: 0;
padding: 0px 0px 6px 0px;
font-size: 40px;
line-height: 44px;
letter-spacing: -2px;
font-weight: bold;
text-align: center;
}
div {
/*border:5px solid white;*/
}
<title>Ottours - BLE Context Tours</title>
</head>
<body>
<h1>Ottours!</h1>
<br>
<img src="https://upload.wikimedia.org/wikipedia/en/c/c2/CSUMB_Athletics_logo.png">
</body>
</html>