You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
612 B

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Gitalk description">
<title>Gitalk</title>
<style type="text/css">
body {
margin: 0
}
#gitalk-container {
margin: 0 auto;
padding: 20px;
max-width: 700px;
}
</style>
</head>
<body>
<div id="gitalk-container"></div>
<script src="/dist/gitalk.js"></script>
<script src="./config.js"></script>
<script src="./index.js"></script>
</body>
</html>