HTML5 Document

PHOTO EMBED

Tue May 06 2025 09:47:51 GMT+0000 (Coordinated Universal Time)

Saved by @Sebhart #markup #html

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>_title_</title>

  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="author" content="_author_" >
  <meta name="designer" content="_designer_" >
  <meta name="description" content="_description_" >
  <meta name="keywords" content="_keywords_" >

  <meta name="application-name" content="_appName_">
  <meta name="apple-mobile-web-app-title" content="_appName_">
  <meta name="msapplication-config" content="_browserConfigFile_">
  <meta name="theme-color" content="_themeColor_">
  <link rel="apple-touch-icon" href="_appleIconFile_" sizes="180x180">
  <link rel="icon" type="image/png" href="_faviconFile32x32_" sizes="32x32">
  <link rel="icon" type="image/png" href="_faviconFile16x16_" sizes="16x16">
  <link rel="manifest" href="_manifestFile_">
  <link rel="mask-icon" href="_maskIconFile_">
  <link rel="shortcut icon" href="_faviconIcoFile_">

  <link rel="stylesheet" type="text/css" href="_styleFile_" >
</head>

<body>
  <header>
    _headerContent_
  </header>

  <main>
    _mainContent_
  </main>

  <footer>
    _footerContent_
  </footer>

  <script src="_scriptFile_"></script>
  <noscript>
    _noJavaScriptSupportMessage_
  </noscript>
</body>
</html>
content_copyCOPY