diff options
| author | Heber Leonard <heber.leonard2@gmail.com> | 2020-07-08 16:27:55 -0300 |
|---|---|---|
| committer | Heber Leonard <heber.leonard2@gmail.com> | 2020-07-08 16:27:55 -0300 |
| commit | 585639efc16011885c5c071266d1f32dab957270 (patch) | |
| tree | f07f6837065b43015a158bac21ce8d06b5caf162 /index.html | |
first commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..a2ce6a6 --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@500&display=swap" + rel="stylesheet"> + <link href="styles/all.css" rel="stylesheet"> + <link rel="stylesheet" href="styles/main.css"> + <title>Héber Leonard</title> +</head> +<body> + <div class="container"> + <div class="menu"> + <div class="buttons-flex"> + <div class="button red"></div> + <div class="button yellow"></div> + <div class="button green"></div> + </div> + <div class="title"> + <a href="https://github.com/heberleonard2" target="_blank"><h1><i class='fab fa-github'></i> github.com/heber-leonard</h1></a> + </div> + </div> + <div id="app"> + </div> + </div> + + <script src="scripts/main.js"></script> +</body> +</html>
\ No newline at end of file |
