-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 864 Bytes
/
index.html
File metadata and controls
32 lines (30 loc) · 864 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
28
29
30
31
32
---
layout: default
---
<div id="react-app">
<!-- Dummy content for SEO -->
<header id="page_header">
<div class="responsive-container">
<img class="logo" src="img/logo.png" alt="logo image">
<h1>{{site.title}}</h1>
<h2>{{site.description}}</h2>
</div>
</header>
<main id="account_list" class="has-accounts has-one-account seo-dummy-content">
<div class="responsive-container">
<section class="account">
<header>
<h1>
<a href="https://github.com">Your GitHub Account Here</a>
</h1>
</header>
<div class="no-repos">
<div class="empty-message">
Enable JavaScript to see your GitHub repos here
</div>
</div>
</section>
</div>
</main>
</div>
<script defer src="js/my-repos.js?{{site.time | date: '%s'}}"></script>