-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
46 lines (36 loc) · 992 Bytes
/
template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="es" prefix="op: http://media.facebook.com/op#">
<head>
<meta charset="utf-8">
<link rel="canonical" href="">
<link rel="stylesheet" title="default" href="#">
<title></title>
<meta property="fb:article_style" content="Altavoz">
</head>
<body>
<article>
<header>
<!-- The header image shown inside your article -->
<figure>
<img src="" />
<figcaption>
<cite class="op-vertical-bottom"></cite>
</figcaption>
</figure>
<!-- The title and subtitle shown in your article -->
<h1></h1>
<!-- A kicker for your article -->
<h3 class="op-kicker"></h3>
<!-- The author of your article -->
<address></address>
<!-- The published and last modified time stamps -->
<time class="op-published" ></time>
<time class="op-modified" ></time>
</header>
<footer>
<!-- Copyright details for your article -->
<small>© Diario Altavoz</small>
</footer>
</article>
</body>
</html>