mirror of
https://github.com/eRgo35/website.git
synced 2026-02-04 05:26:11 +01:00
backbone setup
This commit is contained in:
43
public/index.html
Normal file
43
public/index.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="./assets/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="Michael Czyż is a student and a frontend developer creating websites in many technologies and frameworks." />
|
||||
<meta name="author" content="Michael Czyż" />
|
||||
<meta name="copyright" content="Michael Czyż, 2023 All Rights Reserved" />
|
||||
<meta name="keywords" lang="en" content="Michał Czyż, Michael Czyż, Mike Czyż, tsi, developer, crypto, web, angular, react, javascript" />
|
||||
<meta name="date" content="" />
|
||||
<meta name="page-topic" content="" />
|
||||
|
||||
<!--Facebook Open Graph-->
|
||||
<meta property="og:url" content="https://mczyz.icu" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Michael Czyż" />
|
||||
<meta property="og:site_name" content="Michael Czyż" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:description" content="Michael Czyż is a student and a frontend developer creating websites in many technologies and frameworks." />
|
||||
<meta property="og:image" content="./assets/card.png" />
|
||||
|
||||
<!--Twitter card metadata-->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@Mike_Czyz_" />
|
||||
<meta name="twitter:creator" content="@Mike_Czyz_" />
|
||||
<meta name="twitter:title" content="Michael Czyż" />
|
||||
<meta name="twitter:description" content="Michael Czyż is a student and a frontend developer creating websites in many technologies and frameworks." />
|
||||
<meta name="twitter:image" content="./assets/card.png">
|
||||
|
||||
<link rel="apple-touch-icon" href="./assets/logo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||
-->
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<title>Michael Czyż</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user