20 lines
342 B
Text
20 lines
342 B
Text
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<title>Test - test - test</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Test of SSI</h1>
|
|
|
|
<p>Below this should be an included piece.</p>
|
|
|
|
<!--#include file="included_snippet.html" -->
|
|
|
|
<p>Above this should be an included piece.</p>
|
|
|
|
</body>
|
|
</html>
|
|
|