-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsvm.html
36 lines (34 loc) · 869 Bytes
/
svm.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
<html>
<head>
<title>%title%</title>
<meta charset="UTF-8">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: #1a1a1a;
color: #FFFFFF;
}
.headbar {
background-image: url("svb.gif");
background-repeat: repeat-x;
color: #FFFFFF;
padding: .8em .5em .4em .8em;
height: auto;
font-size: 1em;
margin: 0;
}
.body {
margin-left: 15px;
}
</style>
</head>
<body>
<h1 class="headbar">
AngelWeb's Processor - %title%
</h1>
<div class="body">
%content%
</div>
</body>
</html>