Add Head Metadata
This commit is contained in:
parent
edcd512eaf
commit
7fb0993e33
14
index.html
14
index.html
@ -7,22 +7,24 @@
|
|||||||
<meta name="description" content="d3vyce.fr Site" />
|
<meta name="description" content="d3vyce.fr Site" />
|
||||||
<meta name="author" content="d3vyce - Nicolas Sudres" />
|
<meta name="author" content="d3vyce - Nicolas Sudres" />
|
||||||
<title>Home • d3vyce.fr</title>
|
<title>Home • d3vyce.fr</title>
|
||||||
<!-- Favicon-->
|
<!-- Manifest -->
|
||||||
|
<link rel="manifest" href="manifest.json">
|
||||||
|
<!-- Favicon -->
|
||||||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
||||||
<!-- Boostrap-->
|
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
|
||||||
|
<!-- Boostrap -->
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
<!-- Custom CSS-->
|
<!-- Custom CSS -->
|
||||||
<link rel="stylesheet" href="css/style.css">
|
<link rel="stylesheet" href="css/style.css">
|
||||||
<link rel="stylesheet" href="css/mouse.css">
|
<link rel="stylesheet" href="css/mouse.css">
|
||||||
<link rel="stylesheet" href="css/timeline.css">
|
<link rel="stylesheet" href="css/timeline.css">
|
||||||
<!-- Awesome Font-->
|
<!-- Awesome Font -->
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||||
<!-- Bootstrap Icons-->
|
<!-- Bootstrap Icons -->
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
|
||||||
<!-- Roboto Font -->
|
<!-- Roboto Font -->
|
||||||
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Home -->
|
<!-- Home -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user