Browse Source

1º commit

master
Venturinha 3 years ago
commit
824d7ce3fb
3 changed files with 48 additions and 0 deletions
  1. +20
    -0
      hell/index.html
  2. +14
    -0
      index.html
  3. +14
    -0
      template.html

+ 20
- 0
hell/index.html View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="pt-pt"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Sub-mundo...</title>
</head>
<body>
<header>
<h1>Welcome to the underworld!</h1>
</header>
<main>
<p>Try to get out! Muahahah!</p>
</main>
</body>
</html>

+ 14
- 0
index.html View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>TEMPLATE TITLE </title>
</head>
<body>
<header></header>
<main>
<img src="https://yt3.ggpht.com/J8Tcu5wlXyTdGyz32zpwD1jdS5v9r5DPy5-3pxmC6w3Nl3gy3-07cTcygo9fI4MVpBHtWBBb=s48-c-k-c0x00ffffff-no-rj"/>
</main>
<footer></footer>
</body>
</html>

+ 14
- 0
template.html View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>TEMPLATE TITLE </title>
</head>
<body>
<header></header>
<main>
<h1>Title...</h1>
</main>
<footer></footer>
</body>
</html>

Loading…
Cancel
Save