-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror404.html
More file actions
56 lines (56 loc) · 3.97 KB
/
error404.html
File metadata and controls
56 lines (56 loc) · 3.97 KB
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
49
50
51
52
53
54
55
56
<html lang="it">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/candidosimone.css">
<link rel="icon" href="img/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<script type="text/javascript" src="js/CandidoSimone_orario.js"></script>
<script type="text/javascript" src="js/CandidoSimone_blink.js"></script>
<script type="text/javascript" src="js/lang.js"></script>
<script type="text/javascript" src="js/fit.js"></script>
<title>TeLeSimod.it | Portfolio Simone Candido</title>
</head>
<body class="bg-black" style="overflow:hidden; height:100vh; width:100vw;" onload="OrologioScorrevole(); setLang('it');">
<div class="container mx-auto md:px-20">
<!-- HEADER -->
<div class="c-header flex justify-between items-center align-middle text-center py-3 px-3 md:px-0">
<div class="flex w-1/2 justify-start" style="align-items:center; gap:0;">
<a href="index.html" style="display:flex;"><img src="img/home.svg" class="mr-3"></a>
<span style="width:12px;"></span><input style="margin:0; height:30px; width:40px; border:2px solid green; background-color:#282625; color:white;" id="refpage" type="text" name="text">
<button style="margin:0; height:30px; background-color:#282625; border:2px solid green; color:white;" type="button" onclick="refpage()">GO</button>
</div>
<script src="js/sendvalue.js"></script>
<div class="flex justify-end" style="align-items:center; gap:10px;">
<button onclick="setLang('it')" id="btn-it" style="background:#00FF00; color:black; border:none; padding:2px 7px; font-family:'Press Start 2P'; font-size:10px; cursor:pointer;">IT</button>
<button onclick="setLang('en')" id="btn-en" style="background:#282625; color:#00FF00; border:2px solid #00FF00; padding:2px 7px; font-family:'Press Start 2P'; font-size:10px; cursor:pointer;">EN</button>
<span style="font-size:100%;" class="inline text-white text-xs lg:text-2xl">TELESIMOD</span>
<span style="font-size:100%;" class="inline text-white text-xs lg:text-2xl" id="orologio">22/03/2020 11:58:49</span>
</div>
</div>
<!-- LOGO -->
<div class="c-logo flex justify-center align-middle text-center relative">
<div class="h-2/3 w-full bg-tele-blue absolute"></div>
<a href="index.html" style="display:flex; justify-content:center; width:100%;"><img src="img/logo1.png" alt="" class="z-10 pt-5" style="padding:0; margin:0 auto;"></a>
</div>
<!-- SUB-HEADER -->
<div class="flex flex-col md:flex-row mt-4">
<div class="flex-auto bg-tele-green text-black p-2 md:p-8 m-1 text-center">
<a style="font-size:125%;" data-it="ERRORE 404" data-en="ERROR 404">ERRORE 404</a>
</div>
</div>
<!-- CONTENT -->
<div class="flex flex-col lg:flex-row">
<img src="img/404.png" align="middle">
</div>
<!-- DISCLAIMER -->
<a style="display:block;" href="https://simonemoreware.github.io/portfolio-simonecandido/" target="_blank" class="bg-tele-blue p-1 m-1 text-white lg:text-2xl text-center">
<p id="blink" class="p-1 m-1 text-white lg:text-2xl text-center" style="white-space:nowrap;" data-it="Visita il nuovo portfolio completo <span class='text-tele-green text-lg md:text-4xl'>107</span>" data-en="Visit the full new portfolio <span class='text-tele-green text-lg md:text-4xl'>107</span>">Visita il nuovo portfolio completo <span class="text-tele-green text-lg md:text-4xl">107</span></p>
</a>
<!-- FOOTER -->
<div class="flex items-center sm:flex-row justify-between align-middle py-4 px-4">
<h1 class="text-white text-md lg:text-2xl" id="blink" style="white-space:nowrap; font-size:1.4rem;">www.TeleSimod.it <a href="manfredonia.html" target="_blank" style="color:red;">Manfredonia</a><span style="color:red;">\Torino\Antibes</span> <a href="index.html" target="_blank" style="color:#e53e3e;">></a></h1>
</div>
</div>
</body>
</html>