pages/ssi_include.shtml

21 lines
342 B
Text
Raw Permalink Normal View History

2024-05-25 21:42:52 +02:00
<!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>