-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
48 lines (45 loc) · 896 Bytes
/
news.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
<!DOCTYPE html>
<html>
<head>
<title>Minecraft 1.12.2</title>
<style>
body {
color: #999999;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
margin: 0;
padding: 20px;
font-size: 12pt;
}
.block {
width: 90%;
padding: 12px;
margin: 0 0 10px 0;
background: url(block_bg.png);
}
h1 {
font-size: 100%;
color: #4bb7b9;
margin: 0 0 8px 0;
padding: 0;
}
ul {
margin: 0;
padding: 0 0 0 15px;
}
li {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div class="block">
<h2>Our Modpack has been updated! Be sure to use the 2020 Edition to access the server</h2>
<h1>SERVER ADDRESS</h1>
<ul>
<li>minecraft.doug-keller.com</li>
</ul>
<img src="https://media1.tenor.com/images/ac8f99ed7a5ac14a5f5be2001daf65a3/tenor.gif?itemid=12744809" />
</div>
</body>
</html>