18 lines
299 B
HTML
18 lines
299 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<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>
|
|
|
|
</html> |