hamzic2019
8/29/2019 - 7:48 PM

HTML5 Boilerplate

<!doctype html>
<html lang=""> <!-- -->

<head>
  <meta charset="utf-8">
  <title></title>
  <meta name="description" content=""> <!-- Ovdje ide deskripcija ove stranice -->
  <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The viewport meta tag tells the browser that the width of the screen should be considered the "Full Width" of the page. -->  
  <meta name="theme-color" content="#fafafa"> <!-- Ovaj tag odredjuje boju pozadinu na telefonu hedera -->
  
  <link rel="manifest" href="site.webmanifest"> <!-- https://developer.mozilla.org/en-US/docs/Web/Manifest -->
  <link rel="apple-touch-icon" href="icon.png"> <!-- Ovaj tag se dodaje za iphone uredjaje kada neko spasi stranicu na homepage -->
  <link rel="stylesheet" href="css/main.css"> <!-- Ovdje ide naš modifikovani style -->

</head>

<body>


  <!-- Add your site or application content here -->
  <p>Hello world! This is HTML5 Boilerplate.</p>
  
  
 
  <script src="./index.js"></script>


  
</body>

</html>