Skip to content

Instantly share code, notes, and snippets.

@Eivy
Last active September 28, 2017 08:24
Show Gist options
  • Save Eivy/edc276ae093bf4c5bec1f63f36797cad to your computer and use it in GitHub Desktop.
Save Eivy/edc276ae093bf4c5bec1f63f36797cad to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TEST</title>
<link rel="stylesheet" type='text/css' href="./test.css">
</head>
<body>
<p>hogehoge</p>
</body>
</html>
p {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment