Skip to content

Commit

Permalink
Fix meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DNin01 authored Jun 1, 2024
1 parent e882909 commit 569c68f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="
Expand All @@ -11,10 +12,9 @@
/>
<meta name="referrer" content="strict-origin-when-cross-origin" />
<title>D-ScratchNinja - Project Gallery</title>
<link href="index.css" rel="stylesheet" />
</head>

<link href="index.css" rel="stylesheet" />

<template id="template-project_card">
<div class="card">
<a class="style_as_text" target="_blank">
Expand Down

0 comments on commit 569c68f

Please sign in to comment.