Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
aaanh committed Oct 24, 2022
1 parent d261bd9 commit cd1886f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@
<body>
<div class="flex flex-col items-center justify-center h-screen w-screen">
<div class="">
<h1 class="">Get Raw Gists</h1>
<h1 class="text-green-500">Get Raw Gists</h1>
<blockquote>It simply works by appending <code>/raw</code> into the URL and return the content.</blockquote>
<form action="https://gist-endpoint.aaanh.app" method="GET">
<input class="border rounded w-64 p-2" type="text" name="gist_url" />
<input id="get-raw-now" class="p-2" type="submit" value="GET RAW NOW">
</form>
<div class="mt-8">
<div class="my-8">
By <a href="https://aaanh.ca">Anh H Nguyen</a> | <a href="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/aaanh/gist-stuff">Github</a>
</div>
<div>

<h4 class="text-lg font-bold">What is a &apos;gist&apos;?</h4>
<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>
<p>It functions similarly to <a href="https://pastebin.com">pastebin.</a></p>
</div>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ code {
}

h1 {
font-size: 16pt;
font-size: 24pt;
font-weight: bold;
}

Expand Down

0 comments on commit cd1886f

Please sign in to comment.