-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
17 lines (17 loc) · 917 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>Trabalho WEB - Star Wars Characters</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
<link rel="stylesheet" href="./styles.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<img id="logo" src="https://logos-download.com/wp-content/uploads/2016/09/Star_Wars_logo-1.png">
<section id="section"></section>
<script src="src/main.js"></script>
<small>Star Wars and all associated names and/or images are copyright Lucasfilm Ltd. Information and images were freely collected from api <a href="https://github.com/akabab/starwars-api">starwars-api</a>.</small>
</body>
</html>