Add files via upload

master
Steamed-Punk 2019-09-06 18:47:21 +02:00 committed by GitHub
parent c6f451878b
commit 75096ae9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 149 additions and 49 deletions

View File

@ -1,34 +1,34 @@
<!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;
}
</style>
</head>
<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 class="auto-style1">Hey everyone! Im Steamed_Punk.</p>
<p class="auto-style1">You can grab my Minetest Mods, Mobs and Texture Packs here, enjoy!</p>
</body>
</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;
}
</style>
</head>
<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 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>
</body>
</html>

33
mobs.html Normal file
View File

@ -0,0 +1,33 @@
<!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;
}
</style>
</head>
<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 class="auto-style1">MOBS</p>
<p class="auto-style1">It's on it's way ;-)</p>
</body>
</html>

33
mods.html Normal file
View File

@ -0,0 +1,33 @@
<!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;
}
</style>
</head>
<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 class="auto-style1">MODS</p>
<p class="auto-style1">It's on it's way ;-)</p>
</body>
</html>

View File

@ -1,19 +1,20 @@
* {
* {
margin:0px;
padding:0px;
}
#intro {
display: block;
width: 80%;
margin: 0px auto;
}
p{
display: block;
width: 80%;
margin: 0px auto;
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}
#intro {
display: block;
width: 100%;
margin: 0px auto;
}
p {
display: block;
width: 80%;
margin: 0px auto;
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}

33
texture-packs.html Normal file
View File

@ -0,0 +1,33 @@
<!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;
}
</style>
</head>
<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 class="auto-style1">TEXTURE-PACKS</p>
<p class="auto-style1">It's on it's way ;-)</p>
</body>
</html>