-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<header>
<div class="head-container">
<img class="logo" src="images/logo.png" alt="oldagram logo in shade of black">
<img class="icon" src="images/Corporate_2x2.png" a>
</div>
</header>
<!-- UNDER DEVELOPMENT -->
<!-- <section>
<input id="upload-el" type="file" accept="jpg,jpeg,png">
<button id="post-btn">Post</button>
<input id="user-el" type="text" placeholder="Username">
<input id="user-loc" type="text" placeholder="location">
</section> -->
<section id="section-content">
</section>
</div>
<script src="index.js"></script>
</body>
</html>