-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
55 lines (51 loc) · 2.2 KB
/
index.htm
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Stoopid Website</title>
<link rel="stylesheet" href="styles.css">
<meta
name="description"
content="This is the Stoopid Website for Stoopid Company. We are a bleeding edge AI company."
/>
<meta
name="keywords"
content="ConversaDocs, Stoopid, AI document management, Virtual chat interface, Custom chatbot, AI automation, Document analysis, Study tools, AI integrations, Secure document storage, VICI chatbot"
/>
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Stoopid Website" />
<meta
property="og:description"
content="This is the Stoopid Website for Stoopid Company. We are a bleeding edge AI company."
/>
<meta property="og:url" content="https://stoopid.website" />
<!-- Twitter Card Meta Tags -->
<meta property="og:image" content="x_summary.jpeg" />
<meta name="twitter:title" content="Stoopid Website" />
<meta
name="twitter:description"
content="This is the Stoopid Website for Stoopid Company. We are a bleeding edge AI company."
/>
</head>
<body>
<div class="container">
<h1>Welcome to Stoopid Website!</h1>
<p>Modern software and AI solutions!</p>
<button id="coolButton">Click Me!</button>
<p id="response"></p>
</div>
<div id="metal"></div>
<div class="footer">
<div id="footer-left"></div>
<div class="footer-center">
<a href="https://www.mozilla.org/en-US/firefox/new/"><img src="assets/netscape.gif" alt="Best viewed in Netscape" width="88" height="31" target="_blank"></a>
<a href="mailto:[email protected]" target="_blank"><img src="assets/email.gif" alt="Email me!" width="88" height="31"></a>
<a href="https://github.com/stoopidJSON" target="_blank"><img src="assets/code.gif" alt="GitHub" width="88" height="31"></a>
<p>© 2024 - Built with love by Stoopid Company!</p>
</div>
<div id="footer-right"></div>
</div>
<script src="script.js"></script>
</body>
</html>