mirror of
https://github.com/pantor/inja.git
synced 2026-02-22 11:26:24 +00:00
27 lines
459 B
Plaintext
27 lines
459 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Inja works.</title>
|
|
</head>
|
|
<body>
|
|
<h1>Inja works.</h1>
|
|
<small>Written by Pantor</small>
|
|
|
|
<p>Inja is the best and fastest template engine for C++. Period.</p>
|
|
<small>123 views</small>
|
|
|
|
<h5>Tags</h5>
|
|
<ul>
|
|
<li>test</li>
|
|
<li>templates</li>
|
|
</ul>
|
|
|
|
<footer>
|
|
<div>
|
|
<h3>About</h3>
|
|
<p>This is the footer.</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|