-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1005 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 1005 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
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>title</title>
<link href="https://eyescary.uk/css/pittabssb.css" rel="stylesheet">
</head>
<body>
<main>
<div class="content">
<h1>pittab has never needed an html tag</h1>
<h2>I will include them anyway</h2>
<h3>Welcome to the eyescary CDN btw</h3>
</div>
<div class="content">
<h1>EyeScary CDN</h1>
<p>A repo containing the stuff (well, fonts atm) we use, plus some other stuff incase anyone else wants to use this.</p>
<h2>How to use</h2>
<p>Despite the gh pages deployments, if you are from outside the organisation please use jsDelivr or Statically to serve the assets, like this:</p>
<pre><code> @import url("https://cdn.jsdelivr.net/gh/EyeScary-Development/CDN/fonts/croscore/css/carlito.css") </code></pre>
<p>or</p>
<pre><code> @import url("https://cdn.statically.io/gh/EyeScary-Development/CDN/main/fonts/croscore/css/carlito.css") </code></pre>
</div>
</main>
</body>
</html>