Video 58: Creating a Search Form
This commit is contained in:
@@ -6,16 +6,23 @@
|
||||
<title>Weather</title>
|
||||
<link rel="icon" href="/img/weather.png">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
<script src="/js/app.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="main-content">
|
||||
{{>header}}
|
||||
|
||||
<p>Use this site to get your weather!</p>
|
||||
|
||||
<form>
|
||||
<input placeholder="Location">
|
||||
<button>Search</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
{{>footer}}
|
||||
|
||||
<script src="/js/app.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user