19 lines
405 B
HTML
19 lines
405 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<title>Objects & Simulations</title>
|
||
|
|
<link rel="stylesheet" type="text/css" href="{{ site.url }}/+++/le_style.css" media="screen"/>
|
||
|
|
<script src="//use.edgefonts.net/questrial.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<content>
|
||
|
|
<div id="main" class="section">
|
||
|
|
|
||
|
|
{{ content }}
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</content>
|
||
|
|
</body>
|
||
|
|
</html>
|