17 lines
415 B
Text
17 lines
415 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Seca home</title>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="/css/seca.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<%- include("partials/appCommonHeader") %>
|
|
|
|
|
|
<%- include("partials/appCommonScripts") %>
|
|
<script src="/javascript/home.js"></script>
|
|
</body>
|
|
</html>
|