-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (49 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SETESY8S7N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-SETESY8S7N');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Punk Rock, Inc.</title>
<style>
body {
background-color: #fff;
color: #000;
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
}
h1 {
text-align: center;
}
p {
font-size: 1.2em;
}
</style>
</head>
<body>
<h1>Welcome to the Punk Rock, Inc alliance!</h1>
<p>This is a friendly alliance that requires participation in Looney Toons World of Mayhem.</p>
<h2>Overview</h2>
<ul>
<li>Say "Hi", "Hello" or something nice when you join. We need to know that you use the chat.</li>
<li>Collect war coins daily, and donate them when war begins.</li>
<li>Set up a defense in war.</li>
<li>Attack/bomb positions during war.</li>
<li>Particpate in R&D</li>
<li>Feedback is welcome! Let us know if you have ideas to make this a better alliance.</li>
</ul>
<h2>Code of conduct</h2>
<p>
Treat all members with respect. Discrimination, racism, sexism, or any form of harassment will not be
tolerated.
</p>
</body>
</html>