Basic test of images and css and such :3
This commit is contained in:
parent
96b4cff433
commit
ed0a1c7326
4 changed files with 50 additions and 1 deletions
34
index.html
34
index.html
|
@ -1 +1,33 @@
|
|||
<h1> Welcome To Team SG World!</h1>
|
||||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
|
||||
<title>Team SG</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="page">
|
||||
|
||||
<header>
|
||||
<img src="/img/logo.png" />
|
||||
<h2>Similar People Create</h2>
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue