UNPKG

uikit

Version:

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.

34 lines (25 loc) 1.02 kB
<!DOCTYPE html> <html lang="en-gb" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Placeholder - UIkit tests</title> <script src="js/test.js"></script> </head> <body> <div class="uk-container"> <h1>Placeholder</h1> <div class="uk-placeholder uk-text-center"> <span class="uk-margin-small-right uk-text-muted" uk-icon="icon: cloud-upload"></span> <span class="uk-text-middle">Attach binaries by dropping them here or</span> <div uk-form-custom> <input type="file" multiple> <span class="uk-link">selecting one</span> </div> </div> <div class="uk-placeholder uk-text-center"> <span class="uk-margin-small-right uk-text-muted" uk-icon="icon: cloud-upload; ratio: 2"></span> </div> </div> </body> </html>