avm99963 | f0d1521 | 2017-10-08 17:03:22 +0200 | [diff] [blame^] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <title>Graf alternatiu FME</title> |
| 6 | |
| 7 | <meta name=viewport content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
| 8 | |
| 9 | <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> |
| 10 | <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.blue_grey-blue.min.css" /> |
| 11 | |
| 12 | <style> |
| 13 | |
| 14 | </style> |
| 15 | </head> |
| 16 | <body> |
| 17 | <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header"> |
| 18 | <header class="mdl-layout__header"> |
| 19 | <div class="mdl-layout__header-row"> |
| 20 | <!-- Title --> |
| 21 | <span class="mdl-layout-title">Graf alternatiu FME</span> |
| 22 | </div> |
| 23 | </header> |
| 24 | <main class="mdl-layout__content"> |
| 25 | <div class="page-content"> |
| 26 | <div class="mdl-grid"> |
| 27 | <div class="mdl-shadow--2dp mdl-cell mdl-cell--4-col mdl-card"> |
| 28 | <div class="mdl-card__title mdl-card--expand"> |
| 29 | <h2 class="mdl-card__title-text">El graf</h2> |
| 30 | </div> |
| 31 | <div class="mdl-card__supporting-text"> |
| 32 | El graf |
| 33 | </div> |
| 34 | <div class="mdl-card__actions mdl-card--border"> |
| 35 | <a href="graf.php" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect"> |
| 36 | Ves-hi |
| 37 | </a> |
| 38 | </div> |
| 39 | </div> |
| 40 | </div> |
| 41 | </div> |
| 42 | </main> |
| 43 | </div> |
| 44 | <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script> |
| 45 | </body> |
| 46 | </html> |