mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 06:47:00 +10:00
42 lines
1.8 KiB
HTML
42 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=.5, maximum-scale=5.0, minimum-scale=.25, user-scalable=yes" />
|
|
<meta name="theme-color" content="#546e7a" />
|
|
<meta name="description"
|
|
content="A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever. Try it out today!" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<meta name="robots" content="index, follow">
|
|
|
|
<!-- Social Media Meta Tags -->
|
|
<meta property="og:title" content="Reactive Resume">
|
|
<meta property="og:description"
|
|
content="A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever. Try it out today!">
|
|
<meta property="og:image" content="https://i.imgur.com/6gDAIu0.png">
|
|
<meta property="og:url" content="https://rx-resume.web.app/">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:site" content="@amruthpillai">
|
|
|
|
<title>Reactive Resume</title>
|
|
|
|
<!-- Google Fonts -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
|
|
<script src="/__/firebase/7.12.0/firebase-app.js"></script>
|
|
<script src="/__/firebase/7.12.0/firebase-analytics.js"></script>
|
|
<script src="/__/firebase/init.js"></script>
|
|
</body>
|
|
|
|
</html> |