-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (23 loc) · 1005 Bytes
/
index.html
File metadata and controls
29 lines (23 loc) · 1005 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>MISA | Home</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<header>
<div id="topbar">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="docs.html">Documents</a>
<a href="contact.html">Contact</a>
</div>
<h1><a href="index.html" style="text-decoration: none; color: #000;"><img src="logo.png" width="21%"></a></h1>
</header>
<div id="main">
<p>Welcome to MISA! MISA stands for Modern International Socialist Association. We are an organisation with two main goals: (1) the abolition of capitalism and (2) to replace it with socialism. This site is still a work in progress, so bare with us!</p>
<br />
<p>If you would like to join, the recommended way is via our <a href="https://www.discord.gg/pAfhGBx" target="_BLANK">Discord.</a> Alternatively, you can head over to <a href="contact.html">our contact page</a> to see other ways.</p>
</div>
</body>
</html>