mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-03-07 19:02:06 +01:00
Try web
This commit is contained in:
14
page/_layouts/default.html
Normal file
14
page/_layouts/default.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
||||
{% include nav.html %}
|
||||
{% include header.html %}
|
||||
{% include about.html %}
|
||||
{% include download.html %}
|
||||
{% include contact.html %}
|
||||
{% include map.html %}
|
||||
{% include footer.html %}
|
||||
{% include js.html %}
|
||||
</body>
|
||||
</html>
|
||||
2
page/_layouts/style.css
Normal file
2
page/_layouts/style.css
Normal file
@@ -0,0 +1,2 @@
|
||||
{% include css/bootstrap.min.css %}
|
||||
{% include css/grayscale.css %}
|
||||
Reference in New Issue
Block a user