Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<style type="text/css">
.text-gradient {
display: inline-block;
color: green;
font-size: 8em;
font-family: ;
background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 128, 0, 1)), to(rgba(511, 511, 51, 1)));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
};
</style>
<h2 class="text-gradient">简明现代魔法</h2>
</body>
</html>