Skip to content

Commit cd1886f

Browse files
committed
meh
1 parent d261bd9 commit cd1886f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

frontend/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,21 @@
1212
<body>
1313
<div class="flex flex-col items-center justify-center h-screen w-screen">
1414
<div class="">
15-
<h1 class="">Get Raw Gists</h1>
15+
<h1 class="text-green-500">Get Raw Gists</h1>
1616
<blockquote>It simply works by appending <code>/raw</code> into the URL and return the content.</blockquote>
1717
<form action="https://gist-endpoint.aaanh.app" method="GET">
1818
<input class="border rounded w-64 p-2" type="text" name="gist_url" />
1919
<input id="get-raw-now" class="p-2" type="submit" value="GET RAW NOW">
2020
</form>
21-
<div class="mt-8">
21+
<div class="my-8">
2222
By <a href="https://aaanh.ca">Anh H Nguyen</a> | <a href="https://github.com/aaanh/gist-stuff">Github</a>
2323
</div>
24+
<div>
25+
26+
<h4 class="text-lg font-bold">What is a &apos;gist&apos;?</h4>
27+
<p>Gist is a code or text snippet that is hosted on Github. <a href="https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists">Docs</a> here.</p>
28+
<p>It functions similarly to <a href="https://pastebin.com">pastebin.</a></p>
29+
</div>
2430
</div>
2531
</div>
2632
</body>

frontend/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ code {
33
}
44

55
h1 {
6-
font-size: 16pt;
6+
font-size: 24pt;
77
font-weight: bold;
88
}
99

0 commit comments

Comments
 (0)