An open API service indexing awesome lists of open source software.

https://github.com/timdaub/mynimal-html5-boilerplate

The most μnimal html5 boilerplate out there in cyberspace!
https://github.com/timdaub/mynimal-html5-boilerplate

Last synced: about 1 year ago
JSON representation

The most μnimal html5 boilerplate out there in cyberspace!

Awesome Lists containing this project

README

          

# mynimal-html5-boilerplate

If you search online for a minimalistic html5 boilerplate, you find a lot of
💩. All I want is the most basic html5-boilerplate. NOW! And so this is it!

The μnimal-html5-boilerplate!

💾 PLEASE COPY THIS FLOPPY! 💾

## μnimal-html5-boilerplate

```html






```

## Useful tags

### Scaling the document's viewport according to the device's width

```html

```

### Using an inline `` tag

```html
<script type="text/javascript">
console.log("hello world");

```

### Using a `` tag to link a JS file

```html
<script src="javascript.js">
```

### Linking to a css style sheet

```html

```

## License

MIT