Last active
February 14, 2019 01:16
-
-
Save cyrilis/8c26b84939d06c8e2445a560ccc5095d to your computer and use it in GitHub Desktop.
test.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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