| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <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="http://dcatadmin.com/docs" id="doc-link" target="_blank">Documentation</a>
- <a href="http://demo.dcatadmin.com" id="demo-link" target="_blank">Demo</a>
- </div>
- <script>LA.ready(function () {
- })</script>
|