Upload files to "/"
This commit is contained in:
commit
9b41ab779a
3 changed files with 92 additions and 0 deletions
29
index.html
Normal file
29
index.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Robyn <br> Vaughan <br> Williams</h1>
|
||||
<a> link1 </a>
|
||||
<a> link1 </a>
|
||||
<a> link1 </a>
|
||||
<a> link1 </a>
|
||||
</header>
|
||||
<div class="sub-bar">
|
||||
<div class="tri"></div>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>test1</li>
|
||||
<li>test2</li>
|
||||
<li>test3</li>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<article>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue