missing "." in tagline
This commit is contained in:
parent
75662e2058
commit
9db1e36ac5
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue