This commit is contained in:
@@ -4,18 +4,13 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>CryptoSeals - Cesare</title>
|
<title>CryptoSeals - Cesare</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<script src="cesare.js" defer></script>
|
<script src="cesare.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div>
|
|
||||||
<div id="stars-container">
|
|
||||||
<div id="stars"></div>
|
|
||||||
<div id="stars2"></div>
|
|
||||||
<div id="stars3"></div>
|
|
||||||
</div>
|
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<a href="index.html" class="nav-brand">
|
<a href="index.html" class="nav-brand">
|
||||||
<img src="seal1.png" height="80" alt="🦭">
|
<img src="seal1.png" height="80" alt="🦭">
|
||||||
|
|||||||
@@ -3,17 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>CryptoSeals - RSA</title>
|
<title>CryptoSeals - RSA</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<script src="rsa.js" defer></script>
|
<script src="rsa.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
|
||||||
<div id="stars-container">
|
|
||||||
<div id="stars"></div>
|
|
||||||
<div id="stars2"></div>
|
|
||||||
<div id="stars3"></div>
|
|
||||||
</div>
|
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<a href="index.html" class="nav-brand">
|
<a href="index.html" class="nav-brand">
|
||||||
<img src="seal1.png" height="80" alt="🦭">
|
<img src="seal1.png" height="80" alt="🦭">
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>CryptoSeals - Il Team</title>
|
<title>CryptoSeals - Il Team</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<script src="team.js" defer></script>
|
<script src="team.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<a href="index.html" class="nav-brand">
|
<a href="index.html" class="nav-brand">
|
||||||
<img src="seal1.png" height="80" alt="🦭">
|
<img src="seal1.png" height="80" alt="🦭">
|
||||||
|
|||||||
Reference in New Issue
Block a user