Files
DynamoDNS/client/index.html
alphaeusmote cdf332c9ff Rename application to DynamoDNS
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/3aad156e-5905-4604-9896-df7f26b1d7a5.jpg
2025-04-10 02:09:00 +00:00

13 lines
463 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>DynamoDNS - Dynamic DNS Management System</title>
<meta name="description" content="A powerful dynamic DNS management system for seamless infrastructure control" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>