1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-18 05:55:35 +00:00

I'm not seeing my page 😦

Is it due to the wrong file extension?
This commit is contained in:
haselkern 2014-08-17 15:49:04 +02:00
parent 101b9a95ab
commit d2b396bdc7
3 changed files with 33 additions and 1 deletions

View file

@ -1 +1,14 @@
<h1>Minecraft Armor Stand</h1>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<h1>Minecraft Armor Stand</h1>
I'm the file ending with <i>.htm</i>
</body>
</html>

14
index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<h1>Minecraft Armor Stand</h1>a
My file is ending with <i>.html</i>
</body>
</html>

5
style.css Normal file
View file

@ -0,0 +1,5 @@
*{
font-family: Arial;
margin: 0;
padding: 0;
}