|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="description" content="Personal website of MKRhere" />
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon/favicon-16x16.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="192x192" href="%PUBLIC_URL%/favicon/android-chrome-192x192.png">
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/favicon/site.webmanifest">
|
|
|
|
<meta name="theme-color" content="#ff5555">
|
|
|
|
<link rel="mask-icon" href="%PUBLIC_URL%/favicon/safari-pinned-tab.svg" color="#5bbad5">
|
|
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon/favicon.ico">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favicon/apple-touch-icon.png">
|
|
|
|
<meta name="msapplication-config" content="%PUBLIC_URL%/favicon/browserconfig.xml">
|
|
|
|
<meta name="msapplication-TileColor" content="#ff5555">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/fonts.css" />
|
|
|
|
<title>MKRhere</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
<!--
|
|
|
|
This HTML file is a template.
|
|
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
|
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
|
|
The build step will place the bundled scripts into the <body> tag.
|
|
|
|
|
|
|
|
To begin the development, run `npm start` or `yarn start`.
|
|
|
|
To create a production bundle, use `npm run build` or `yarn build`.
|
|
|
|
-->
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|