mirror of
https://github.com/arnaucube/blogoExample.git
synced 2026-02-07 03:16:43 +01:00
first commit
This commit is contained in:
38
blogo-input/index.html
Normal file
38
blogo-input/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user