Steamed-Punk.github.io/index.html

34 lines
899 B
HTML
Raw Normal View History

2019-09-06 09:47:21 -07:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2019-09-11 04:40:20 -07:00
<title>my-first-website</title>
2019-09-06 09:47:21 -07:00
<LINK href="styles.css" rel="stylesheet" type="text/css">
<style type="text/css">
a {
color: #993399;
}
a:visited {
color: #993399;
}
a:hover {
color: #FFFF00;
}
.auto-style1 {
text-align: center;
}
</style>
</head>
<body style="color: #FF9933; background-color: #000000">
2019-09-11 04:45:19 -07:00
<img src="/images/mfm_steamed_punk_02.png" id="intro" alt="mfm-png" style="width: 100%" />
2019-09-06 09:47:21 -07:00
<!-- Change this code here by copy and pasting your template on line 15 -->
2019-09-09 03:28:10 -07:00
<p class="auto-style1">Hey everyone! Im Steamed_Punk.</p>
<p class="auto-style1">You can grab my Minetest <a href="mods.html">Mods</a>,
<a href="mobs.html">Mobs</a> and <a href="texture-packs.html">Texture-Packs</a> here, enjoy!</p>
2019-09-06 09:47:21 -07:00
</body>
</html>