forked from Vivaan-d/PreciseTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoolnavbeta.html
More file actions
41 lines (40 loc) · 1.53 KB
/
toolnavbeta.html
File metadata and controls
41 lines (40 loc) · 1.53 KB
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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Precise Tools: TN</title>
<link rel="stylesheet" href="yes.css">
<link rel="icon" type="image/x-icon" href="precisetools.png">
<!-- Facebook Meta Tags -->
<meta property="og:title" content="Precise Tools: Tool Navagation">
<meta property="og:type" content="website">
<meta property="og:description" content="Find all PreciseTools in one way to search">
<meta property="og:image" content="https://precisetools-pack.netlify.app/Precise%20Tools%20Logo%20Dark.png"> <!-- Replace with your actual image URL -->
<!-- Twitter Meta Tags (similar to Open Graph) -->
<meta name="twitter:title" content="Precise Tools">
<meta name="twitter:description" content="Find all PreciseTools in one way to search">
<meta name="twitter:image" content="https://precisetools-pack.netlify.app/Precise%20Tools%20Logo%20Dark.png"> <!-- Replace with your actual image URL -->
<meta name="twitter:card" content="summary_large_image">
<!-- Other necessary meta tags -->
<meta name="description" content="Find all PreciseTools in one way to search">
</head>
<body>
<style>
.soon{
position: absolute;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -50px;
width: 100px;
height: 100px;
}
</style>
<div class="soon">
<h1>Comming Soon</h1>
<h3>Stay Tuned</h3>
</div>
<script src="homepagehandler.js"></script>
</body>
</html>