missing "." in tagline

This commit is contained in:
array-in-a-matrix 2022-02-02 21:47:19 +00:00
parent 75662e2058
commit 9db1e36ac5
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
<body>
<header class="page-header" role="banner">
<h1 class="project-name">Matrix</h1>
<h2 class="project-tagline">An open network for secure, decentralized communication</h2>
<h2 class="project-tagline">An open network for secure, decentralized communication.</h2>
<a href="/" class="btn">Home</a>
<a href="../socials/" class="btn">Socials</a>

View file

@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Surprise!!!</title>
<title>IP Grabber</title>
<link rel="stylesheet" href="/style/style.css" />
<link rel="icon" type="image/x-icon" href="/res/site/icons/favicon.ico">
<script type="application/javascript" src="./script/ip-grabber.js"></script>
@ -19,7 +19,7 @@
<body>
<header class="page-header" role="banner">
<h1 class="project-name">IP Grabber</h1>
<h2 class="project-tagline">Using NodeJS</h2>
<h2 class="project-tagline">Using Node.js.</h2>
<a href="/" class="btn">Home</a>
<a href="../" class="btn">Projects</a>