-
Notifications
You must be signed in to change notification settings - Fork 1
/
news.html
48 lines (48 loc) · 2.35 KB
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>News</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<a href="https://dw-studios.github.io/index.html"><img src="Images/logo.png" alt="Logo" srcset=""></a>
<nav>
<a href="index.html">Home</a>
<a href="news.html">News</a>
<div class="dropdown">
<a href="#">Games <span class="arrow">▾</span></a>
<div class="dropdown-content">
<a href="st3reworked.html">SlendyTUBBIES <span class="red-text">III</span> Re-<span class="red-text">Worked</span></a>
<a href="st2fixed.html">Slendytubbies <span class="red-text">II</span> (Fixed-Online)</a>
<a href="error53remake.html">Error 53 (Remake)</a>
</div>
</div>
</nav>
</header>
<main>
<p>Perdón. No hay noticias nuevas aún n´u`n</p>
<div align='center'>
<a href='https://www.free-website-hit-counter.com'>
<img src='https://www.free-website-hit-counter.com/c.php?d=9&id=177925&s=27' border='0' alt='Free Website Hit Counter'>
</a>
<br>
<small>
<a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter">Free website hit counter</a>
</small>
</div>
<div class="social-links">
<a href="https://www.youtube.com/@DWStudiosOFFICIAL" target="_blank"><img class="social-icon" src="Images/youtube.png" alt="YouTube"></a>
<a href="https://x.com/DWStudiosOFF" target="_blank"><img class="social-icon" src="Images/twitter.png" alt="Twitter"></a>
<a href="https://github.com/DW-Studios/DW-Studios.github.io" target="_blank"><img class="social-icon" src="Images/github.png" alt="GitHub"></a>
<a href="https://gamejolt.com/@DW-Studios-OFFICIAL" target="_blank"><img class="social-icon" src="Images/gamejolt.png" alt="Gamejolt"></a>
<a href="https://discord.gg/R8enA5NWUS" target="_blank"><img class="social-icon" src="Images/discord.png" alt="Discord"></a>
</div>
</main>
<footer>
<p>DW Studios© Todos los derechos reservados.</p>
</footer>
</body>
</html>