-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
28 lines (24 loc) · 923 Bytes
/
main.html
File metadata and controls
28 lines (24 loc) · 923 Bytes
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>
<title>Home page</title>
<link rel="stylesheet" type="text/css" href="css.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="main.js"></script>
</head>
<body>
<div id='header-main'>
<div id="left-content">
<h1>THF-SHOP</h1>
<h3><a href="main.html">Home<a/></h3>
<h3><a href="news.html">News</a></h3>
<h3><a href="index.html">Market</a></h3>
</div>
</div>
<div id='header-pannel'>
<img src="mainpannel.jpg"/>
<iframe width="560" height="315" src="https://www.youtube.com/embed/c80dVYcL69E?si=L8CemOi6g8dtTd7V" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<h1>The new revolution of FPS</h1>
</div>
</body>
</html>