-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (36 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Montserrat" rel="stylesheet">
<meta charset="utf-8">
<title>My test page</title>
<link href="styles/style.css" rel="stylesheet">
</head>
<body>
<h1>Rebel Mages</h1>
<h2>Organization</h2>
<h3>Rebel Mages</h3>
<p>The Rebel Mages, also known as the Free Mages of Thedas, are one of the main factions in the Mage-Templar War.</p>
<p>Whereas the Circle was established not merely to protect the world from mages, but also to allow mages to practice their art safely and without fear, and,
Whereas under Lord Seeker Lambert's command, the templars sworn to protect all people—including mages—from the harmful effects of magic, have instead persecuted mages with such biased judgment as to worsen the problems they were meant to mitigate, and,</p>
<h2>Quests</h2>
<ul>
<li>The Threat Remains</li>
<li>In Hushed Whispers</li>
<li>Champions of the Just</li>
</ul>
<h2>Known members</h2>
<ol>
<li>Codex entry: Grand Enchanter Fiona</li>
<li>Codex entry: Here Lies the Abyss</li>
<li>Codex entry: Hunter's View of the Mage-Templar War</li>
</ol>
<br>
<a href="images/images1.png">Click this</a>
<br>
<img src="images/images1.png" alt="My test image">
<p>David Gaider has indicated that blood magic could have been influencing Fiona and the Rebel Mages to side with the Venatori, although there is directly no evidence in game to support this.</p>
<button>Change user</button>
<script src="scripts/main.js"></script>
</body>
</html>