Skip to content

Instantly share code, notes, and snippets.

@defnotpaul
Created March 15, 2019 03:13
Show Gist options
  • Save defnotpaul/61eeaa1018d3593c9c2a89d302993605 to your computer and use it in GitHub Desktop.
Save defnotpaul/61eeaa1018d3593c9c2a89d302993605 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Title of the page</title>
<style>
body {
margin: 25px;
background-color: rgb(240,240,240);
font-family: arial, sans-serif;
font-size: 14px;
}
h1 {
font-size: 35px;
font-weight: normal;
margin-top: 5px;
}
a {
color: #333;
}
</style>
</head>
<body>
<h1>Welcome to my page</h1>
<p>Some information about this page</p>
<h2>My Projects</h2>
<ul>
<li>
<a href="/di8/">DI8</a>
</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment