mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
15 lines
181 B
HTML
15 lines
181 B
HTML
---
|
|
title: Safing
|
|
home: true
|
|
---
|
|
<!DOCTYPE html>
|
|
<html lang={{ site.lang }}>
|
|
<head>
|
|
{% include head.html %}
|
|
</head>
|
|
<body>
|
|
{% include nav.html %}
|
|
</body>
|
|
<foot>
|
|
</foot>
|
|
</html>
|