FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stormnode.github.io/index.html at master · stormnode/stormnode.github.io · GitHub
stormnode
/
stormnode.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
stormnode.github.io
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (17 loc) · 450 Bytes
Breadcrumbs
stormnode.github.io
/
index.html
Copy path
File metadata and controls
21 lines (17 loc) · 450 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
title: Home
---
<
div
id
="
home
"
>
<
h1
>
General
</
h1
>
<
ul
>
<
li
>
<
a
href
="
https://github.com/stormnode
"
>
GitHub profile
</
a
>
</
li
>
<
li
>
<
a
href
="
http://michaelangerman.net
"
>
Personal profile
</
a
>
</
li
>
</
ul
>
<
h1
>
Posts
</
h1
>
<
ul
class
="
posts
"
>
{% for post in site.posts %}
<
li
>
<
span
>
{{ post.date | date_to_string }}
</
span
>
»
<
a
href
="
{{ post.url }}
"
>
{{ post.title }}
</
a
>
</
li
>
{% endfor %}
</
ul
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL