rename test.html to index.html, add UTF-8 meta tag to index.html

This commit is contained in:
louisnw
2024-06-08 11:15:24 +01:00
parent 3e2210ca02
commit 3267267350
3 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,7 @@
<link rel="stylesheet" href="styles.css">
<script src="./lightweight-charts.js"></script>
<meta name="viewport" content ="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<style>
body {
margin: 0;