mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-28 10:50:36 +01:00
Initial commit 🚀
This commit is contained in:
9
build/views/app.template.html
Normal file
9
build/views/app.template.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html {{ HTML_ATTRS }}>
|
||||
<head {{ HEAD_ATTRS }}>
|
||||
{{ HEAD }}
|
||||
</head>
|
||||
<body {{ BODY_ATTRS }}>
|
||||
{{ APP }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user