-
Notifications
You must be signed in to change notification settings - Fork 0
/
necromancy.html
40 lines (37 loc) · 1.88 KB
/
necromancy.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Necromancy</title>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="Default page" name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="/magical-auras/default.css" rel="stylesheet">
<link href="/magical-auras/necromancy.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese"
rel="stylesheet">
<body class="inner-page">
<div class="card border-gray mb-3">
<div class="card-body d-flex">
<div class="mr-3 flex-grow-0 flex-shrink-0 aura-container">
<div class="aura aura--necromancy">
<div class="aura-inner">
<div class="aura-inner2"></div>
</div>
</div>
</div>
<div class="flex-fill">
<p class="card-title mb-0">Necromancy</p>
<p class="small mt-0"><em>a viscous, oily residue</em></p>
<p class="card-text">Necromancy spells manipulate the energies of life and death. Such spells can grant
an extra reserve of life force, drain the life energy from another creature, create the undead, or
even bring the dead back to life. Creating the undead through the use of necromancy spells such as
animate dead is not a good act, and only evil casters use such spells frequently.</p>
</div>
</div>
</div>
</body>
</html>