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:
parent
101b9a95ab
commit
d2b396bdc7
3 changed files with 33 additions and 1 deletions
15
index.htm
15
index.htm
|
@ -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
14
index.html
Normal 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
5
style.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
*{
|
||||
font-family: Arial;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue