Add html/sablony/html_5.html
Zakladni HTML5 sablona
This commit is contained in:
30
html/sablony/html_5.html
Normal file
30
html/sablony/html_5.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Zakladni a prazdna html5 sablona.">
|
||||
<meta name="keywords" content="HTML Sablona Martusovo">
|
||||
<meta name="author" content="Martus Dortus">
|
||||
|
||||
<!-- Melo by nastavovat basepath pro relativni HTML odkazy. Mozna bude delat rotyku -->
|
||||
<!-- <base href="https://www.w3schools.com/" target="_blank"> -->
|
||||
|
||||
<!-- Refresh stranky kazdych 30s -->
|
||||
<!-- <meta http-equiv="refresh" content="30"> -->
|
||||
|
||||
<title>TEMPLATE</title>
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/pure-min.css" integrity="sha384-X38yfunGUhNzHpBaEBsWLO+A0HDYOQi8ufWDkZ0k9e0eXz/tH3II7uKZ9msv++Ls" crossorigin="anonymous"> -->
|
||||
|
||||
<noscript>Prohlizec nepodporuje JavaScript. Web nemusi fungovat spravne.</noscript>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
<script src="script.js"></script>
|
||||
Reference in New Issue
Block a user