Skip to content

Instantly share code, notes, and snippets.

@pb24578
Last active August 17, 2018 14:00
Show Gist options
  • Save pb24578/b3192bb13ef58498b1e2f6f5d4548baf to your computer and use it in GitHub Desktop.
Save pb24578/b3192bb13ef58498b1e2f6f5d4548baf to your computer and use it in GitHub Desktop.
An HTML file shown to whomever loads my UTCS website: https://www.cs.utexas.edu/~pb24578/
<html>
<body>
<header>
<title>Pravat Bhusal</title>
<link rel="shortcut icon" href="https://shadowsych.github.io/rsrc/favcon.ico" type="image/x-icon">
</header>
<main>
<div style="position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-55%);">
<img style="display: block; margin: 0 auto;" src="https://shadowsych.github.io/rsrc/profile_pic.png">
<p style="color: green; text-align: center; font-weight: bold">
Pravat Bhusal's UTCS server used for educational purposes.
</p>
<p style="text-align: center">
This web-server is used for hackathons, database storage, or any other miscellaneous reason.
</p>
<p style="text-align: center">
There's nothing interesting here, so instead check out my personal website at
<span>
<a href="https://shadowsych.github.io/" target="blank">
https://shadowsych.github.io/
</a>
</span>
</p>
</div>
</main>
<footer>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment