-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.48 KB
/
Copy pathindex.html
File metadata and controls
31 lines (31 loc) · 1.48 KB
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
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PostSecret -project by rens20</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href=" https://scontent.fcrk4-1.fna.fbcdn.net/v/t1.15752-9/370312169_865706771372878_7162335352449317187_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=8cd0a2&_nc_eui2=AeH8iUK4KPvi9V2k2ZBN6cVSfnXJvLks-k1-dcm8uSz6TYb1Zgtez3lmOxN2nQFHQD9OYuf_11y7Ti25HCSMSpZo&_nc_ohc=PMKiwZMJtUAAX9v1ISK&_nc_ht=scontent.fcrk4-1.fna&oh=03_AdQ_Jq5Wf5yoLc53JP2JIBQne2G4W3LSjtGk4eXm_2SVlw&oe=654E292F" type="image/x-icon">
</head>
<body>
<header class="header">
<a href="" class="logo">PostSecret</a>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu">
<li><a href="info.html">Information</a></li>
<li><a href="#about">About</a></li>
<li><a href="dairy.html">Diary</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</header>
<div id="post-form">
<textarea id="post-text" placeholder="write messange"></textarea>
</div>
<button id="post-button">post</button>
<!--------------->
<div id="posts-list"></div>
<script src="new.js"></script>
<script src="https://cdn.jsdelivr.net/gh/aldrin112602/badwords-js-detector/badwords-js-detector.js"></script>
</body>
</html>