Import ExectOS Web Site
Todas las comprobaciones han sido exitosas
Builds / ExectOS WebSite (push) Successful in 15s

Reviewed-on: #1
Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git>
Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
Este commit está contenido en:
2024-06-18 23:00:02 +02:00
cometido por CodingWorkshop Signing Team
padre 83270c38d4
commit 3e1a7c1932
Se han modificado 49 ficheros con 1096 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div class="wrapper_content">
<div class="content">
{{ .Content }}
</div>
</div>
{{- partial "footer.html" . -}}
</body>
</html>