udatinos/index.html

27 lines
784 B
HTML
Raw Normal View History

2021-04-06 10:13:03 +02:00
<!doctype html>
<html lang="it-IT">
<head>
<meta charset="UTF-8">
2021-04-07 23:14:12 +02:00
<!-- <link rel='stylesheet' id='uda-css' href='asset/uda_p5.css' type='text/css' media='all' /> -->
2021-04-07 08:33:57 +02:00
<link rel="stylesheet" href="asset/jquery.modal.css" />
2021-04-06 10:13:03 +02:00
<link rel='stylesheet' id='u5datinos-style-css' href='asset/uda.css' type='text/css' media='all' />
2021-04-02 13:17:45 +02:00
<script src="libs/jquery-3.6.0.min.js"></script>
2021-04-06 10:13:03 +02:00
<script src="asset/jquery.modal.min.js"></script>
<script src="asset/pois.js"></script>
<script src="asset/udatinos.js"></script>
<style type="text/css">
.site-title,
.site-description {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
</style>
</head>
<body class="home page-template-default page page-id-58 wp-custom-logo no-sidebar">
</body>
2021-04-02 13:17:45 +02:00
</html>