crowsite/crow_test/webcontent/index.html

24 lines
605 B
HTML
Raw Normal View History

2023-07-22 20:54:15 -04:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/css/index.css">
<style>
{{@../static/css/menu_bar.css}}
{{@../static/css/body.css}}
</style>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Brett">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-07-22 20:54:15 -04:00
<title>{{$SITE_TITLE}}</title>
</head>
{{@body_begin.part}}
<div class="body">
<div class="center">
Many cumies
2023-08-16 20:15:34 -04:00
</div>
</div>
{{@body_end.part}}
2023-07-22 20:54:15 -04:00
</html>