Skip to content

Instantly share code, notes, and snippets.

@mingder78
Created February 9, 2021 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mingder78/88c2d48e7d193997115b1e3efcb10d4d to your computer and use it in GitHub Desktop.
Save mingder78/88c2d48e7d193997115b1e3efcb10d4d to your computer and use it in GitHub Desktop.
html code sample
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./style.less" />
</head>
<body>
<img src="./images/header.png" />
More content: <a href="./other.html">Link to another page</a>.
<script type="module" src="./index.ts"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment