created folders for each project and made an overall index page
parent
644408fed2
commit
d1b4276d25
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Special Issue 18_01</title>
|
||||
</head>
|
||||
<body>
|
||||
hello hello
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,2 @@
|
||||
will copy paste from the pad week two
|
||||
how to push git
|
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
This is the main head quarter.
|
||||
<ul>
|
||||
<li>
|
||||
<a href="01">Untitled</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="02">Uneven Patterns</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="03">Emergent Opera</a>
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue