Committing source
This commit is contained in:
9
lab_app/static/a_static_file.html
Executable file
9
lab_app/static/a_static_file.html
Executable file
@ -0,0 +1,9 @@
|
||||
<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>
|
Reference in New Issue
Block a user