mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 07:40:56 +03:00
уничтожение следов из версии для старых браузеров
This commit is contained in:
parent
9ebe90c9eb
commit
858c86520f
5 changed files with 18 additions and 54 deletions
38
404.html
38
404.html
|
|
@ -1,36 +1,24 @@
|
|||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Личная страница semkapc" />
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Личная страница semkapc">
|
||||
<title>semkapc Page</title>
|
||||
<link rel="icon" href="/images/favicon.jpg">
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<link rel="icon" href="images/favicon.jpg">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<header>
|
||||
<div id="id_clock">00:00:00</div>
|
||||
</header>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<main>
|
||||
<h1>404 Not Found</h1>
|
||||
<br />
|
||||
<br>
|
||||
<h1><a href="/">Главная страница</a></h1>
|
||||
<br />
|
||||
<br />
|
||||
<script>
|
||||
function digitalClock() {
|
||||
const date = new Date();
|
||||
const hours = String(date.getHours()).padStart(2, '0');
|
||||
const minutes = String(date.getMinutes()).padStart(2, '0');
|
||||
const seconds = String(date.getSeconds()).padStart(2, '0');
|
||||
|
||||
document.getElementById("id_clock").textContent = `${hours}:${minutes}:${seconds}`;
|
||||
setTimeout(digitalClock, 1000);
|
||||
}
|
||||
|
||||
digitalClock();
|
||||
</script>
|
||||
<br>
|
||||
<br>
|
||||
<script src="script.js"></script>
|
||||
</main>
|
||||
</html>
|
||||
|
|
@ -5,14 +5,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Личная страница semkapc">
|
||||
<title>semkapc Page</title>
|
||||
<link rel="icon" href="../favicon.jpg">
|
||||
<link rel="icon" href="../images/favicon.jpg">
|
||||
<link rel="stylesheet" href="../styles.css">
|
||||
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Ubuntu';font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<header>
|
||||
<div id="id_clock">00:00:00</div>
|
||||
|
|
|
|||
|
|
@ -5,14 +5,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Личная страница semkapc">
|
||||
<title>semkapc Page</title>
|
||||
<link rel="icon" href="../favicon.jpg">
|
||||
<link rel="icon" href="../images/favicon.jpg">
|
||||
<link rel="stylesheet" href="../styles.css">
|
||||
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Ubuntu';font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<header>
|
||||
<div id="id_clock">00:00:00</div>
|
||||
|
|
|
|||
|
|
@ -5,14 +5,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Личная страница semkapc">
|
||||
<title>semkapc Page</title>
|
||||
<link rel="icon" href="../favicon.jpg">
|
||||
<link rel="icon" href="../images/favicon.jpg">
|
||||
<link rel="stylesheet" href="../styles.css">
|
||||
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Ubuntu';font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<header>
|
||||
<div id="id_clock">00:00:00</div>
|
||||
|
|
|
|||
|
|
@ -1,18 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Личная страница semkapc">
|
||||
<title>semkapc Page</title>
|
||||
<link rel="icon" href="../favicon.jpg">
|
||||
<link rel="icon" href="../images/favicon.jpg">
|
||||
<link rel="stylesheet" href="../styles.css">
|
||||
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Ubuntu';font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<header>
|
||||
<div id="id_clock">00:00:00</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue