mirror of https://github.com/AMT-Cheif/drift.git
28 lines
681 B
HTML
28 lines
681 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="scaffolded-by" content="https://github.com/google/stagehand">
|
|
<title>example_web</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link rel="icon" href="favicon.ico">
|
|
|
|
<script defer src="main.dart.js"></script>
|
|
<script defer src="https://cdn.jsdelivr.net/npm/alasql@0.4"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="output"></div>
|
|
|
|
<form id="add_todo_form">
|
|
<input type="text" id="description" />
|
|
<input type="submit">
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|