17 lines
No EOL
297 B
HTML
17 lines
No EOL
297 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Main page!</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Welcome to the fridges repository!</h1>
|
|
<script type="text/javascript">
|
|
fetch("http://127.0.0.1:5000/", (response) => {
|
|
alert(response)
|
|
});
|
|
</script>
|
|
</body>
|
|
|
|
</html> |