mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 10:53:51 +00:00
8756b396cc
* minimal * eslint-browser * dynamic port, reconnect socket, msTo string without Date * 404 on external not found
14 lines
390 B
HTML
14 lines
390 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
<title>ontime demo</title>
|
|
<link href="./styles.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="timer"></div>
|
|
<script src="./app.js" type="module"></script>
|
|
</html> |