Browse Source

get rid of bootstrap and js

master
RinRi 2 years ago
parent
commit
e3dbc3abd1
3 changed files with 7 additions and 7 deletions
  1. +3
    -3
      views/apps.ejs
  2. +1
    -1
      views/foot.ejs
  3. +3
    -3
      views/head.ejs

+ 3
- 3
views/apps.ejs View File

@@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="images/logo.ico" type="image/x-icon">
<link rel="stylesheet" href="https://rinri-d.xyz/css/style.css">
<link rel="shortcut icon" href="https://rinri-d.xyz/images/logo.ico" type="image/x-icon">
<title>RinRi - Home</title>
</head>
<body>
@@ -21,7 +21,7 @@
<a href="https://rinri-d.xyz/rec.html">soft</a>
<a href="https://rinri-d.xyz/about.html">about</a>
</div>
<hr style="margin-top: 0.5rem;">
<hr>
</div>
</div>
</header>


+ 1
- 1
views/foot.ejs View File

@@ -2,7 +2,7 @@
<footer>
<div class="container">
<hr style="margin-bottom: 0.5rem;">
<hr>
<div class="contacts">
<p>
rin(at)rinri-d(d0t)xyz <a href="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x63f37e00f69fdf1e">(PGP)</a>


+ 3
- 3
views/head.ejs View File

@@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="images/logo.ico" type="image/x-icon">
<link rel="stylesheet" href="https://rinri-d.xyz/css/style.css">
<link rel="shortcut icon" href="https://rinri-d.xyz/images/logo.ico" type="image/x-icon">
<title>RinRi - Home</title>
</head>
<body>
@@ -21,7 +21,7 @@
<a href="https://rinri-d.xyz/rec.html">soft</a>
<a href="https://rinri-d.xyz/about.html">about</a>
</div>
<hr style="margin-top: 0.5rem;">
<hr>
</div>
</div>
</header>


Loading…
Cancel
Save