12345678910111213141516171819202122232425262728293031323334 |
- <style>
- .title {
- font-size: 50px;
- color: #636b6f;
- font-weight: 100;
- display: block;
- text-align: center;
- margin: 20px 0 10px 0px;
- }
- .links {
- text-align: center;
- margin-bottom: 20px;
- }
- .links > a {
- color: #636b6f;
- padding: 0 25px;
- font-size: 12px;
- font-weight: 600;
- letter-spacing: .1rem;
- text-decoration: none;
- text-transform: uppercase;
- }
- </style>
- <div class="title">
- Dcat Admin
- </div>
- <div class="links">
- <a href="https://github.com/jqhph/dcat-admin" target="_blank">Github</a>
- <a href="https://jqhph.github.io/dcat-admin/docs.html" id="doc-link" target="_blank">Documentation</a>
- <a href="https://jqhph.github.io/dcat-admin/demo.html" id="demo-link" target="_blank">Demo</a>
- </div>
|