File size: 520 Bytes
85405d8
2fbf000
85405d8
 
 
 
 
 
 
 
 
 
 
 
4161240
85405d8
2fbf000
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>