-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 732 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>Todd Wolf Project</title>
<style>
body { font-family: sans-serif; text-align: center; padding: 50px; background: #f4f4f4; }
button { padding: 10px 20px; font-size: 16px; cursor: pointer; }
</style>
</head>
<body>
<h1>Hello, this is Todd Wolf Project</h1>
<p>Modular apps, validator capsules, and symbolic registries — built for recruiters and the market.</p>
<button onclick="location.href='https://gravity-gallery.vscgravity.com'">Enter Gallery</button>
</body>
</html>
<script type="application/json" id="capsule-registry">
{
"capsule": "gravity-homepage1",
"domain": "homepage.vscgravity.com",
"owner": "tokabg@yahoo.com",
"status": "verified"
}
</script>