-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwc.html
More file actions
50 lines (36 loc) · 1.04 KB
/
wc.html
File metadata and controls
50 lines (36 loc) · 1.04 KB
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
41
42
43
44
45
46
47
48
49
50
<head>
<link rel="stylesheet" href="style/master.css">
<script src="modules/wcscript.js" defer></script>
</head>
<body>
<div class= "banner">
<img class="banner" src="assets/images/Actions with no potential copy.png" alt="Actions with no Potential" width="500">
</div>
<div class="body">
<div class = "separator">
<div class ="menu">
<a href="index.html">
<button >Podcast</button>
</a>
<a href="guests.html">
<button class="word" >Guests</button>
</a>
<a href="authors.html">
<button >Authors</button>
</a>
<a href="wc.html">
<button >Works Cited</button>
</a>
<a href="ghost.html">
<button >Ghosts</button>
</a>
</div>
</div>
<div class="wc-box">
<h1>Works Cited</h1>
<div id = "wc"></div>
<h1>Music Used</h1>
<div id = "mc"></div>
</div>
</div>
</body>