2021-06-27 23:37:40 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" / >
2021-06-30 19:19:59 +00:00
< link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
crossorigin="anonymous"
/>
2021-06-27 23:37:40 +00:00
< link rel = "icon" href = "%PUBLIC_URL%/favicon.ico" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "theme-color" content = "#000000" / >
< meta
name="description"
2021-06-30 19:19:59 +00:00
content="Nicholas Orlowsky's personal website"
2021-06-27 23:37:40 +00:00
/>
< link rel = "apple-touch-icon" href = "%PUBLIC_URL%/logo192.png" / >
< link rel = "manifest" href = "%PUBLIC_URL%/manifest.json" / >
2021-06-30 19:19:59 +00:00
< title > Nicholas Orlowsky< / title >
2021-06-27 23:37:40 +00:00
< / head >
< body >
2021-06-30 19:19:59 +00:00
< noscript > You need to enable JavaScript to run this app. (are you using an outdated browser or just very privacy focused?) <!-- or are you looking at the source? --> < / noscript >
2021-06-27 23:37:40 +00:00
< div id = "root" > < / div >
< / body >
< / html >