Numeri/templates/index.html

12 lines
238 B
HTML
Raw Normal View History

2021-09-15 20:08:03 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<script>"jquery-3.6.0.min.js"</script>
2021-09-15 20:08:03 +00:00
</head>
<body>
<h1>{{title}}</h1>
2022-09-18 13:11:54 +00:00
<img src="/" alt="img_data" id="imgplot"/>
</body>
2021-09-15 20:08:03 +00:00
</html>