-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 746 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/card.css">
<script src="src/components/CardNews.js" defer></script>
<script src="src/components/TituloDinamico.js" defer></script>
<title>Portal de notícias galáticas</title>
</head>
<body>
<div class="contanier">
<card-news
autor = "PHSecchi"
title = "Darth Vader Contrata DEVs"
content = "Darth Vader procura desenvolvedores que saibam trabalhar com componentes"
link-url = "#"
newsImg ="assets/Vader.jpg"
imgAlt = "Vader"
></card-news>
</body>
</html>