Skip to content
Permalink
e4321b034e
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
15 lines (14 sloc) 404 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<title>Let's see CSS at Work</title>
<meta charset="utf-8">
<meta name="description" content="The HTML5 Template">
<meta name="author" content="Joe Bloggs">
<link href="css/hello.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>Hello CSS!</h1>
<p>Use this file to see how CSS can be used to change the appearance of a web page.</p>
</body>
</html>