Chapter 10: Benchmarking recipe

This commit is contained in:
Beth Griggs
2020-08-14 13:34:15 +01:00
parent 2c7cf712f8
commit d74bfe94dc
19 changed files with 1509 additions and 0 deletions
@@ -0,0 +1,13 @@
<html>
<head>
<title>Express</title>
<link rel="stylesheet" href="/stylesheets/style.css">
</head>
<body>
<h1>Express</h1>
<p>Welcome to Express</p>
</body>
</html>
@@ -0,0 +1,8 @@
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}