Last active
November 17, 2018 08:09
-
-
Save adriaandotcom/b76c5d319bcb7d1dd530add901dd0d8a to your computer and use it in GitHub Desktop.
Placeholder for privacyfirstproduct.com
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
</html> | |
<body> | |
<p> | |
Hey guys, I'm live streaming while building my #24hrstartup on <a href="https://www.twitch.tv/adriaanvanrossum">twitch</a><br> | |
<br><small><a href="https://www.twitch.tv/adriaanvanrossum">twitch stream</a></small> | |
<br><small><a href="https://privacyfirstproducts.herokuapp.com/">heroku app</a></small> | |
<br><small><a href="https://github.com/adriaanvanrossum/privacyfirstproducts.com/commits/master">code commits</a></small> | |
<br><small><a href="http://twitter.com/adriaanvrossum">twitter</a></small> | |
<br><small><a href="https://simpleanalytics.io/privacyfirstproducts.com">stats of this page</a></small> | |
<br><br> | |
privacyfirstproducts.com | |
</p> | |
<style> | |
html, body { | |
margin: 0; | |
padding: 0; | |
height: 100%; | |
} | |
body { | |
display: flex; align-items: center; justify-content: center; | |
} | |
body, input, p, textarea { | |
font-family: "Kohinoor Bangla", Arial, sans-serif; | |
font-size: 16px; | |
} | |
h1, h2, p { | |
word-break: break-word; | |
} | |
</style> | |
<script async src="https://cdn.simpleanalytics.io/hello.js"></script> | |
<noscript><img src="https://api.simpleanalytics.io/hello.gif" alt=""></noscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment