neonxp.github.io/index.html

32 lines
1 KiB
HTML
Raw Normal View History

2023-02-16 14:52:28 +03:00
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>A Basic HTML5 Template</title>
<meta name="description" content="A simple HTML5 Template for new projects.">
<meta name="author" content="SitePoint">
<meta property="og:title" content="A Basic HTML5 Template">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.sitepoint.com/a-basic-html5-template/">
<meta property="og:description" content="A simple HTML5 Template for new projects.">
<meta property="og:image" content="image.png">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/styles.css?v=1.0">
2023-02-16 15:02:20 +03:00
<meta name="theme-color" content="#4285f4" />
2023-02-16 14:57:08 +03:00
<link rel="manifest" href="/manifest.json">
2023-02-16 14:52:28 +03:00
</head>
<body>
<h1>WebApp example</h1>
<script src="js/scripts.js"></script>
</body>
</html>