Update index.html

master
Steamed-Punk 2019-09-06 18:10:36 +02:00 committed by GitHub
parent 1d8aebee51
commit f1d20b8de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 2 deletions

View File

@ -5,14 +5,30 @@
<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;
}
</style>
</head>
<body>
<body style="color: #FF9933; background-color: #000000">
<img src="/images/mfm_steamed_punk_01.png" id="intro" alt="mfm-png" />
<!-- Change this code here by copy and pasting your template on line 15 -->
<p>Hey everyone! Im Steamed Punk. You can grab my Minetest Mods here, enjoy!</p>
<p class="auto-style1">Hey everyone! Im Steamed_Punk.</p>
<p>You can grab my Minetest Mods, Mobs and Texture Packs here, enjoy!</p>
</body>
</html>