mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-17 20:29:18 +00:00
changements faits
This commit is contained in:
43
assets/html/post_new.html
Normal file
43
assets/html/post_new.html
Normal file
@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<tag type="includes" file="header" />
|
||||
</header>
|
||||
<main class="test container">
|
||||
<div class="bloc-post">
|
||||
<div class="container-post post column-cat">
|
||||
<h2 class="title">
|
||||
<tag type="editor" element="title"/>
|
||||
</h2>
|
||||
<div class="etiquettes">
|
||||
<span class="cat"><select>
|
||||
<tag type="editor" element="categories"/>
|
||||
</select></span>
|
||||
<span class="date">
|
||||
<tag type="editor" element="datetime"/>
|
||||
</span>
|
||||
</div>
|
||||
<p class="post text">
|
||||
<tag type="editor" element="content"/>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bloc-filter">
|
||||
<p class="title-small">Tags</p>
|
||||
<tag type="editor" element="tags" />
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
<footer>
|
||||
<tag type="includes" file="footer" />
|
||||
</footer>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user