Skip to content

Instantly share code, notes, and snippets.

@workze
Created February 21, 2020 13:50
Show Gist options
  • Save workze/6ebee1e791e94c25dc747aeabb7464e9 to your computer and use it in GitHub Desktop.
Save workze/6ebee1e791e94c25dc747aeabb7464e9 to your computer and use it in GitHub Desktop.
html base common
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<style type="text/css">
body {background-color: red}
p {margin-left: 20px}
</style>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment