-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
52 lines (52 loc) · 1.97 KB
/
main.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Traveller</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="scrollbar.css" rel="stylesheet" type="text/css" />
<link href="header.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="Logo.png">
<meta name="keywords" content="Traveller,C0dingFlip,html,Replit,Python,Project on Python">
<meta name="description" content=" Project as a Journalist on Replit.com">
<meta name="author" content="C0dingFlip">
</head>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/61af210c80b2296cfdd07b99/1fma1i6eq';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<div class="header">
<a href="index.html" class="logo">Traveller in Python</a>
<div class="header-right">
<a class="active" href="main.html">Go to Project</a>
</div>
</div>
<body align="center">
<div id="title">
<h1>Traveller</h1>
<p>By:CodingFlip</p>
</div>
<br>
<div id="content">
<h2>PROJECT</h2>
<br>
<hr>
<br>
<iframe height="600px" width="100%" src="https://replit.com/@C0dingFlip/Traveler?lite=true&outputonly=1" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>
<br>
<p>Link to the Repl Page</p>
<a href = "https://replit.com/@C0dingFlip/Traveler?v=1" target=_blank>https://replit.com/@C0dingFlip/Traveler?v=1(Link in Proggress)</a>
<br>
<br>
</body>
</html>