-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.html
More file actions
63 lines (52 loc) · 1.6 KB
/
header.html
File metadata and controls
63 lines (52 loc) · 1.6 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
58
59
60
61
62
63
<html>
<head>
<title>VICERA Official Website</title>
<meta charset="utf-8" />
<meta name="description" content="The official site of the VICERA Project" />
<style>
body
{
margin-top: 10%;
margin-bottom: 10%;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
max-width: 800px;
text-align: center;
}
div#content
{
max-width: 700px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
left: 0;
right: 0;
text-align: left;
}
img
{
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
pre
{
margin: 8px;
padding: 8px;
background-color: lightgrey;
}
</style>
</head>
<body>
<h1>VICERA</h1>
<h3 style="font-weight: normal"><i>Gameboy-inspired 8-bit fantasy console!</i></h3>
<hr>
<h3 style="font-weight: normal">[ <a href="/">Matthilde's Site</a> | <a href="/vicera">Home</a> | <a href="https://github.com/vicera">GitHub</a> ]</p></h4>
<div id="content">