first commit

This commit is contained in:
arnaucube
2018-10-04 19:20:29 +02:00
commit a6de23c22d
28 changed files with 1154 additions and 0 deletions

38
blogo-input/index.html Normal file
View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>[blogo-title]</title>
<!-- Theme CSS -->
<link href="css/own.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav><a href="/">blogoExample</a></nav>
<h1>The blogoExample blog</h1>
<div>
<!-- here will be placed the content of the blog index,
and the content of each different blog page -->
[blogo-content]
</div>
<hr>
<footer>This is the footer</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
</body>
</html>