Add CSS, author, desc and link opened on new tabs
This commit is contained in:
parent
5874e7064f
commit
178674c0ff
1 changed files with 7 additions and 0 deletions
|
@ -4,7 +4,14 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<base target="_blank">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<title>Constnium</title>
|
||||
<meta name="author" content="Mylloon">
|
||||
<meta name="description" content="Calculate your constant based on your first name">
|
||||
</head>
|
||||
<body>
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue