-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (55 loc) · 1.25 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Scott Davis <[email protected]>">
<meta name="description" content="">
<meta name="keywords"
content="">
<link rel="shortcut icon" href="favicon.ico" />
<style>
a{
color: white;
text-decoration: none;
}
a:hover{
color: red;
text-decoration: underline;
}
body{
background-color: black;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
padding: 1em;
}
h1{
font-family: "Times New Roman", Times, serif;
font-size: 2em;
}
h2{
font-family: "Times New Roman", Times, serif;
}
img{
float: left;
width: 33%;
clip-path: circle();
shape-outside: circle();
}
</style>
</head>
<body>
<article>
<h1>Title</h1>
<img src="" alt="">
<p>
</p>
<h2>View Slideshow</h2>
<ul>
<li><a href="slides/en-us/index-src.html">English (en-us)</a></li>
</ul>
</article>
</body>
</html>