-
Notifications
You must be signed in to change notification settings - Fork 0
/
craft_ideas.html
35 lines (33 loc) · 1.6 KB
/
craft_ideas.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" lang="en-gb">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylesheet.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<div class="header">
<a href="index.html" class="logo">Weary Traveller</a>
<div class="header-right">
<a href="campaign_generator.html">Campaign Generator</a>
<a href="classes_and_races.html">Classes and Races</a>
<a href="craft_ideas.html">Craft Ideas</a>
</div>
</div>
<footer>
<div class="foot3">
<h3>Sites for reference</h3>
</div>
<div class="links">
<div class="box"><a href="https://www.dndbeyond.com/">DND Beyond</a></div>
<div class="box"><a href="https://www.dnd-compendium.com/home">D&D Compendium</a></div>
<div class="box"><a href="https://dnd5e.info/">dnd5e</a></div>
</div>
<div class="foot4">
<h4>Copyright 2024 Katie Karcheski</h4>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>