web
tests
by Luis Martin
HTML
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=K2D&effect=anaglyph">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<style>
body {
background-color: #C1DBE3;
font-family: K2D;
}
.title {
text-align: center;
color : #031926;
}
</style>
<link rel="icon" href="https://i.stack.imgur.com/eaed5.png">
<title>Prueba</title>
</head>
<body>
<h1 class="title font-effect-anaglyph">Web en desarrollo</h1>
</body>
</html>