mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-08-28 03:43:24 +00:00
21 lines
554 B
HTML
21 lines
554 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="theme-color" content="#232323" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<link rel="icon" href="images/icon.ico">
|
|
<link rel="manifest" href="manifest.json">
|
|
<title>LiveSplit One</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="base"></div>
|
|
<script src="./dist/bundle.js"></script>
|
|
</body>
|
|
|
|
</html>
|