Created
October 22, 2015 04:19
-
-
Save mortonfox/a77734684666af4fe515 to your computer and use it in GitHub Desktop.
tilde.town web page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Morton Fox: Welcome to my ~tilde.town~ page</title> | |
<style type="text/css"> | |
h1 { | |
background-color:pink; | |
} | |
footer { | |
border-top: solid 2px black; | |
margin-top: 3em; | |
padding-top: 0.5em; | |
text-align: right; | |
font-family: serif; | |
} | |
body { | |
background-color: white; | |
font-color: black; | |
font-family: courier; | |
width: 940px; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.body2 { | |
text-indent: 4em; | |
font-style: italic; | |
font-family: serif; | |
} | |
.twitterbox { | |
margin-top: 3em; | |
border: solid 2px black; | |
width: 500px; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>welcome to my ~tilde.town~ page</h1> | |
<p> you should ssh in and edit index.html </p> | |
<p class="body2">Aww, but there's something on Hulu. Can't I do it tomorrow?</p> | |
<p> okay, but remember to come back though! </p> | |
<p class="body2"> Alrighty. Will do!</p> | |
<div class="twitterbox"> | |
<a class="twitter-timeline" href="https://twitter.com/mortonfox" data-widget-id="521876266811543552">Tweets by @mortonfox</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> | |
</div> | |
<footer> | |
Morton Fox<br /> | |
<a href="https://twitter.com/mortonfox">@mortonfox</a><br /> | |
<a href="http://tilde.town/~mortonfox">http://tilde.town/~mortonfox</a> | |
</footer> | |
</body> | |
</html> | |
<!-- vim:set tw=0 et sw=2: --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment