-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (54 loc) · 1.97 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<title>Actria Development</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<link rel="stylesheet" href="./style.css" type="text/css">
</head>
<body>
<div id="top"></div>
<div class="topnav">
<ul>
<li><a href="http://panel.actria.net">Panel</a></li>
</ul>
</div>
<div id="header">
<h1>Actria Development</h1>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6068739041757855"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-format="autorelaxed"
data-ad-client="ca-pub-6068739041757855"
data-ad-slot="8453040550"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div class="container">
<div class="content">
</div>
<div id="to-top">
<button id="btn-to-top" onclick="window.scroll({top: 0, left: 0, behavior: 'smooth'});"><i
data-feather="chevrons-up"></i></button>
<script>feather.replace()</script>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6068739041757855"
crossorigin="anonymous"></script>
<!-- adunit -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-6068739041757855"
data-ad-slot="3899837434"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6068739041757855"
crossorigin="anonymous"></script>
</body>
</html>