-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
20 lines (19 loc) · 1013 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/images/icons/resume.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="A simple and minimalistic resumé template." />
<meta name="author" content="Ryan Balieiro" />
<title>Resume Template - Vue 3 + Bootstrap 5</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Saira:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Archivo:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body class="no-scroll" style="background-color: #212529">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>