syncthing/next-gen-gui/src/index.html

20 lines
409 B
HTML
Raw Permalink Normal View History

2020-03-10 15:57:02 +01:00
<!doctype html>
<html lang="en">
2020-03-14 03:11:05 +01:00
2020-03-10 15:57:02 +01:00
<head>
<meta charset="utf-8">
<title>TechUi</title>
<base href="">
2020-03-10 15:57:02 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script type="text/javascript" src="/meta.js"></script>
2020-03-10 15:57:02 +01:00
</head>
2020-03-14 03:11:05 +01:00
2020-03-10 15:57:02 +01:00
<body>
2020-03-27 20:49:35 +01:00
<div id="chartjs-tooltip">
<table></table>
</div>
2020-03-10 15:57:02 +01:00
<app-root></app-root>
</body>
2020-03-14 03:11:05 +01:00
</html>