2021-09-15 20:08:03 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-09-30 16:45:45 +00:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<script>"jquery-3.6.0.min.js"</script>
|
|
|
|
</head>
|
|
|
|
<form method="POST">
|
|
|
|
<input name="text">
|
|
|
|
<input type="submit">
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h1>{{title}}</h1>
|
|
|
|
<img src="/" alt="img_data" id="imgplot" />
|
|
|
|
</body>
|
|
|
|
|
2021-09-15 20:08:03 +00:00
|
|
|
</html>
|