website/public/index.html

15 lines
318 B
HTML
Raw Normal View History

2020-02-20 01:16:28 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<link rel="shortcut icon" href="/favicon.ico">
<title>SimpleSystems, LLC</title>
</head>
<body>
<div id="app"></div>
</body>
</html>