Skip to content

Instantly share code, notes, and snippets.

@wojciech-bilicki
Last active October 29, 2017 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wojciech-bilicki/7a1a1776d579c6456a39fbbe0f3b41db to your computer and use it in GitHub Desktop.
Save wojciech-bilicki/7a1a1776d579c6456a39fbbe0f3b41db to your computer and use it in GitHub Desktop.
ticket list with header
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/header.css">
<title>Ticket List</title>
</head>
<body>
<header id="top-header">
<h1>Your Tickets</h1>
<button class="pay-button">Pay For All</button>
<button class="delete-button">Delete All</button>
</header>
<a href="./index.html">Back to home</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment