mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 15:50:57 +03:00
sosiski
This commit is contained in:
parent
cba746b832
commit
181e909a0d
5 changed files with 104 additions and 0 deletions
35
games/doom2d.html
Normal file
35
games/doom2d.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<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="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>
|
||||
<marquee>Слава Internet Explorer и Netscape!</marquee>
|
||||
<div id="id_clock"></div>
|
||||
</header>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<main>
|
||||
<script>digitalClock();</script>
|
||||
<h1>Doom 2D</h1>
|
||||
<h1><a href="//semkapc.github.io/games.html">Обратно в игры</a></h1>
|
||||
<br>
|
||||
<embed src="//semkapc.github.io/games/flash-doom-2d.swf" type="application/x-shockwave-flash">
|
||||
<br>
|
||||
<br>
|
||||
<script src="../js/ruffle.js"></script>
|
||||
<script src="../script.js"></script>
|
||||
</main>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue