debt-clock / templates /index.html
ntdservices's picture
Update templates/index.html
4161240 verified
raw
history blame contribute delete
520 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>U.S. Debt Clock – Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body{font-family:system-ui,Roboto,Arial,sans-serif;
display:flex;justify-content:center;align-items:center;
min-height:100vh;margin:0;background:#f5f7fa}
</style>
</head>
<body>
<div class="ntd-debt-clock"></div>
<script src="/static/embed.js" defer></script>
</body>
</html>