-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoctocat.html
44 lines (39 loc) · 2.07 KB
/
octocat.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>octocat's Public Repositories</title>
<meta name="description" content=""/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=MedievalSharp&family=Crimson+Text:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/style.css">
<!-- Syntax highlighting -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>
<body>
<header class="hero">
<div class="hero-content">
<h1 id="hero-headline">octocat's Public Repositories</h1>
<div id="hero-intro"></div>
</div>
</header>
<main class="main-content">
<div class="content-display">
<h1>octocat’s Public Repositories</h1>
<ul>
<li><a href="https://github.com/octocat/boysenberry-repo-1">boysenberry-repo-1</a>: Testing</li>
<li><a href="https://github.com/octocat/git-consortium">git-consortium</a>: This repo is for demonstration purposes only.</li>
<li><a href="https://github.com/octocat/hello-worId">hello-worId</a>: My first repository on GitHub.</li>
<li><a href="https://github.com/octocat/Hello-World">Hello-World</a>: My first repository on GitHub!</li>
<li><a href="https://github.com/octocat/linguist">linguist</a>: Language Savant. If your repository’s language is being reported incorrectly, send us a pull request!</li>
<li><a href="https://github.com/octocat/octocat.github.io">octocat.github.io</a>: No description provided.</li>
<li><a href="https://github.com/octocat/Spoon-Knife">Spoon-Knife</a>: This repo is for demonstration purposes only.</li>
<li><a href="https://github.com/octocat/test-repo1">test-repo1</a>: No description provided.</li>
</ul>
</div>
</main>
</body>
</html>