44 lines
1.2 KiB
HTML
44 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title>my-first-website</title>
|
|
<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;
|
|
}
|
|
.auto-style2 {
|
|
text-align: right;
|
|
font-family: "Courier New";
|
|
font-size: medium;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body style="color: #FF9933; background-color: #000000">
|
|
|
|
<img src="/images/mfm_steamed_punk_02.png" id="intro" alt="mfm-png" style="width: 100%" />
|
|
|
|
<!-- Change this code here by copy and pasting your template on line 15 -->
|
|
<p class="auto-style2"><a href="mods.html">Mods</a> <a href="mods.html">Mobs</a></p>
|
|
<p class="auto-style1">TEXTURE-PACKS</p>
|
|
<p class="auto-style1"> </p>
|
|
<p class="auto-style1">
|
|
<img alt="Texture pack" height="320" src="images/screenshottp01.png" width="480"></p>
|
|
<p class="auto-style1">You can download the SteamedPunk Texture Pack at
|
|
<a href="https://github.com/Steamed-Punk/SteamedPunk-TexturePack">Github</a></p>
|
|
|
|
</body>
|
|
</html>
|