1234567891011121314151617181920212223242526272829303132333435 |
- <style>
- .title {
- font-size: 50px;
- color: #636b6f;
- font-family: 'Raleway', sans-serif;
- 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">
- Laravel-admin
- </div>
- <div class="links">
- <a href="https://github.com/z-song/laravel-admin" target="_blank">Github</a>
- <a href="http://z-song.github.io/laravel-admin/#/" target="_blank">Documentation</a>
- <a href="#">Demo</a>
- </div>
|