Skip to content

Instantly share code, notes, and snippets.

@cyrilis
Last active February 14, 2019 01:16
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 cyrilis/8c26b84939d06c8e2445a560ccc5095d to your computer and use it in GitHub Desktop.
Save cyrilis/8c26b84939d06c8e2445a560ccc5095d to your computer and use it in GitHub Desktop.
test.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="MoonLite is a UI component library based on Vue 2.0">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="https://avatars0.githubusercontent.com/u/1834189">
<title>MoonLite</title>
</head>
<body>
<a href="/" class="logo router-link-exact-active router-link-active">
<div class="ml-avatar logo-img light" style="width: 36px; height: 36px; background-image: url('https://avatars0.githubusercontent.com/u/1834189'); background-size: 100%;">
</div>
<span class="logo-text">
<span class="primary-text">MoonLite Project</span>
<small>v0.0.1</small>
</span>
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment