Skip to content
Permalink
337d86638c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
22 lines (19 sloc) 693 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400|Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap" rel="stylesheet">
<title>week four</title>
</head>
<body>
<div id="content">
<img src="img/smile-regular.svg">
<h1>Welcome to the app!</h1>
<h3>Thanks for signing up. Let's take a look around.</h3>
<button type="submit">Begin Tour</button>
</div>
</body>
</html>