2023-11-14 17:35:47 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Document</title>
|
|
|
|
<script src="app.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-11-17 18:44:47 +01:00
|
|
|
<button onclick="main();">test</button>
|
|
|
|
<p id="dtime">
|
|
|
|
|
|
|
|
</p>
|
2023-11-14 17:35:47 +01:00
|
|
|
</body>
|
|
|
|
</html>
|