-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
42 lines (32 loc) · 1.72 KB
/
resources.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Resources</title>
<!-- ==================== SHEETS AND SCRIPTS (GITHUB) ==================== -->
<link rel="stylesheet" href="//morganiverson.github.io/ticketofficewebpage/styles/resources.css">
<link rel = "stylesheet" href = "//morganiverson.github.io/ticketofficewebpage/styles/header.css">
<!-- ==================== LOCAL SHEETS & SCRIPTS ==================== -->
<!-- <link rel="stylesheet" href="/styles/resources.css">
<link rel = "stylesheet" href = "/styles/header.css"> -->
<!-- ==================== IMPORTED STYLESHEETS ==================== -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,400;0,600;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<!-- ==================== IMPORTED SCRIPTS ==================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<div class='header'>
<a class='back' href='//morganiverson.github.io/ticketofficewebpage'><i class="fas fa-home"></i></a>
Resources
</div>
<div id='page_body'></div>
<div id="light-box" onclick="closeviewer();">
<iframe allow="autoplay" id='media_viewer'allowfullscreen></iframe>
</div>
</body>
<script src="//morganiverson.github.io/ticketofficewebpage/scripts/resources.js"></script>
<!-- <script src="/scripts/resources.js"></script> -->
</html>