10 lines
142 B
HTML
Executable File
10 lines
142 B
HTML
Executable File
<html>
|
||
<head>
|
||
<title>Static page</title>
|
||
</head>
|
||
<body>
|
||
<h1>This is an example of a static page</h1>
|
||
<p>Neat, isn’t it?</p>
|
||
</body>
|
||
</html>
|