Skip to content
Snippets Groups Projects

Resolve "As a user I want to find out what Tramshed is so that I can access their working spaces"

2 files
+ 9
0
Compare changes
  • Side-by-side
  • Inline
Files
2
landingpage.html 0 → 100644
+ 9
0
 
<html>
 
<head><link rel="stylesheet" href="style.css"></head>
 
<header>
 
<img src="logo.jpg"/><br><br><br><br>
 
</header>
 
<body class="body">
 
<img src="title.png"/>
 
<button id= "ViewLocations" type="ViewLocations" href="locations.html">View Locations</button>
 
</html>
Loading