12 lines
351 B
HTML
12 lines
351 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>test</title>
|
|
</head>
|
|
<body>
|
|
<h1 style="color: red;">This is a test, and this is more.</h1>
|
|
<script type="application/javascript" src="http://localhost:8081"></script>
|
|
</body>
|
|
</html>
|