-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlore.html
More file actions
24 lines (22 loc) · 722 Bytes
/
Copy pathlore.html
File metadata and controls
24 lines (22 loc) · 722 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lore</title>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="icon" href="./Img/Raven_2.ico" />
<link rel="stylesheet" href="./main_style.css" />
</head>
<body>
<header>
<div id="nav-placeholder"></div>
</header>
<h1>Test Lore</h1>
<p class="lore">
<iframe
src="https://docs.google.com/document/d/e/2PACX-1vT933H3nDcm9MkngEWeKRmz11PXmVkv8OxdVw1nBhqq_qAEjvdi87PuhBALxSBnZifxPRp70qbPMjfx/pub?embedded=true"></iframe>
</p>
<script src="Function.js"></script>
</body>
</html>