-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
33 lines (28 loc) · 987 Bytes
/
test.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
<!--python3 -m http.server-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Simple HTML Page</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orestbida/[email protected]/dist/cookieconsent.css">
<script type="module" src="cookieconsent-config.js"></script>
<script async src="https://cdn.jsdelivr.net/gh/TechnicalObject/[email protected]/GTM.js" env=">m_auth=p5hygTY5-eZny2OLSFtcgA>m_preview=env-86>m_cookies_win=x" gtmid="GTM-P6DJ24X" hostname="komjati.design"></script>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
color: #333;
}
p {
color: #666;
}
</style>
</head>
<body>
<h1>Welcome to My Simple HTML Page</h1>
<p>This is a basic HTML page created for demonstration purposes.</p>
</body>
</html>