29 lines
802 B
HTML
29 lines
802 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="description"
|
|
content="A small demo of this plotting library" />
|
|
<meta name="author" content="linarphy" />
|
|
<meta name="keywords" content="chart,plot,js,library" />
|
|
<meta name="generator" content="neovim" />
|
|
<link type="text/plain" rel="author" href="humans.txt" />
|
|
<link type="image/svg+xml" rel="icon" href="favicon.svg" />
|
|
<link rel="stylesheet" href="main.css" />
|
|
<title>Chart demo</title>
|
|
<script src="main.js"></script>
|
|
<!-- Added by include() -->
|
|
</head>
|
|
<body>
|
|
<header>
|
|
Multiple plot
|
|
</header>
|
|
<main>
|
|
</main>
|
|
<footer>
|
|
<a href="https://git.linarphy.net/linarphy/lichartee" title="Source of this code">
|
|
code
|
|
</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|