Skip to content
Permalink
c2c0cc96a7
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
16 lines (14 sloc) 426 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Let's see CSS at Work</title>
<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>