mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-26 11:39:05 -05:00
15 lines
347 B
HTML
15 lines
347 B
HTML
<!--
|
|
Copyright 2016 Attic Labs, Inc. All rights reserved.
|
|
Licensed under the Apache License, version 2.0:
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
-->
|
|
|
|
<!doctype html>
|
|
<head>
|
|
<title>'Splore</title>
|
|
<meta charset="UTF-8">
|
|
<script src="out.js"></script>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body><div id="splore"></div></body>
|