41 lines
948 B
HTML
41 lines
948 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Neon Glow</title>
|
|
<link href='https://fonts.googleapis.com/css?family=Audiowide|Iceland|Monoton|Pacifico|Press+Start+2P|Vampiro+One' rel='stylesheet' type='text/css'><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<div id="container">
|
|
|
|
<p><a href="https://en.wikipedia.org/wiki/Red">
|
|
RED
|
|
</a></p>
|
|
|
|
<p><a href="https://en.wikipedia.org/wiki/Blue">
|
|
BLUE
|
|
</a></p>
|
|
|
|
<p><a href="https://en.wikipedia.org/wiki/Yellow">
|
|
Yellow
|
|
</a></p>
|
|
|
|
<p><a href="https://en.wikipedia.org/wiki/Green">
|
|
GREEN
|
|
</a></p>
|
|
|
|
<p><a href="https://en.wikipedia.org/wiki/Orange_(colour)">
|
|
ORANGE
|
|
</a></p>
|
|
|
|
<p><a href="https://en.wikipedia.org/wiki/Violet_(color)">
|
|
VIOLET
|
|
</a></p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |