-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
23 lines (23 loc) · 1023 Bytes
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="pt_BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="/images/logo/logo.png" />
<title>Post Details</title>
</head>
<body>
<main>
<div id="app">
<div id="news-detail"></div>
</div>
</main>
<a class="btn-back" href="/">
<svg width="38" height="33" viewBox="0 0 38 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 14H26.1538C28.7652 14 31.2696 14.9482 33.1161 16.636C34.9626 18.3239 36 20.6131 36 23C36 25.3869 34.9626 27.6761 33.1161 29.364C33.1161 29.364 31.1114 31.5 28.5 31.5" stroke="white" stroke-width="3" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M13 25L2 13.5L13 2" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
<script type="module" src="/src/pages/noticia/noticia.ts"></script>
</body>
</html>