-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 2.18 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
<!DOCTYPE html>
<html lang='en'>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QJ031LC0LP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QJ031LC0LP');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DSATool</title>
<link rel="icon" type="image/x-icon" href="./public/images/diamondWrench.png">
<meta name="description"
content="The best tool for drednot.io. Streamline the process of ship designing, find accurate item prices, gather valuable insights about the economy, optimize your farming strategies, and more!" />
<link rel="stylesheet" href='./public/main.css'>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4972043844070417" crossorigin="anonymous"></script>
<meta name="google-adsense-account" content="ca-pub-4972043844070417">
</head>
<body>
<script src='./src/base.js'></script>
<div id="page-container">
<div id="content-wrap">
<br><br><h1>DSA Tool | Home</h1><br><br>
<div style="padding-right: 15vw; padding-left:15vw;">
<h3>Welcome to DSATool: the best tool for <a href="https://drednot.io/" target="_blank">drednot.io</a>. Streamline the process of ship designing, find accurate item prices, gather valuable insights about the economy, optimize your farming strategies, and more!</h3>
<br><br><p>Official partner of <a href="https://discord.gg/S5rhhsn7Hq" target="_blank">Deep Space Airships Information Pathway</a> aka DSA-IP, one of the best servers for drednot.io related content, guides, and community discussions!</p>
<br><br><p>Also try <a href="https://dsa.fr.to" target="_blank">Deep Space Airships Tools</a>, a helpful website with more useful tools</p>
</div>
</div>
<footer id="footer"> <p> <a href="./privacyPolicy.html" target="_blank">Privacy Policy<a> <a href="mailto:contact@dsatool.com" target="_blank">contact@dsatool.com</a></p></footer>
</div>
<script src="./public/darkmode.js"></script>
</body>
</html>