-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliography.html
99 lines (74 loc) · 2.38 KB
/
bibliography.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="seeSS.css">
<title> Oasis | Bibliography </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="oasis.ico" type="image/x-icon"/>
</head>
<div id="backgroundimg2">
<body>
<audio id="Hello" controls >
<source src="forever.mp3" type="audio/mpeg">
</audio>
<script>
var audio = document.getElementById("Hello");
audio.volume = 0.65;
</script>
<header>
<div>
<h1 id="header">
<a href="index.html" > Oasis </a>
</h1>
</div>
<nav>
<ul id="navigator">
<li>
<a href="preface.html">Preface</a>
<a href="biography.html">Biography</a>
<a href="bibliography.html">Annotated Bibliography</a>
<a href="analysis.html">Analysis</a>
<a href="truth.html">Policy of Truth</a>
<a href="discussion.html">Discussion</a>
<a href="praxis.html">Praxis</a>
<a href="about.html">About</a>
</li>
</ul>
</nav>
</header>
<div ID="wrapper">
<!-- <div id="quote">
<script type="text/javascript">
function ShowJoke()
{
var Joke = [
' "I don\’t\ care what the Internet says. 99.9999% of the people on the Internet are dumbasses anyway." <br> -Noel Gallagher ',
' "I would rather drink petrol straight from the nozzle at a garage than listen to an interview with Alex Turner from the Arctic Monkeys." <br> -Noel Gallagher ',
' "If I ever get to go to the moon, I\'ll\ probably just stand on the moon and go: \'\Hmmm, yeah, fair enough, gotta go home now.\'\" <br> -Noel Gallagher '
];
var Pick = Math.floor(Math.random() * (Joke.length));
document.write(Joke[Pick]);
}
document.addEventListener("load", ShowJoke());
</script>
</div> -->
<div id="adobe-dc-view"></div>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function(){
var adobeDCView = new AdobeDC.View({clientId: "e7f1508c7bf44dfa895e1487c15d2fc7", divId: "adobe-dc-view"});
adobeDCView.previewFile({
content:{location: {url: "bibliography.pdf"}},
metaData:{fileName: "Bibliography.pdf"}
}, {embedMode: "IN_LINE"});
});
</script>
</div>
</div>
<footer>
<i>Copyright © 1996 Oasis <br>
<a href="mailto:duncanbo@mail.uc.edu">duncanbo@mail.uc.edu</a></i>
</footer>
</body>
</html>