somascope
3/29/2015 - 5:55 PM

New HTML Page

New HTML Page

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Untitled</title>
  <link rel="stylesheet" href='http://fonts.googleapis.com/css?family=Open+Sans'>
  <link rel="stylesheet" href="css/add_your_stylesheet.css">
  <style>
    body{
      font-family: "Open Sans";
    }
  </style>
</head>

<body>
  <h1>Header</h1>
  <p>Text</p>
    
  <script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
  <script src="js/_add_your_javascript.js"></script>
</body>
</html>