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!
- Host: GitHub
- URL: https://github.com/timdaub/mynimal-html5-boilerplate
- Owner: TimDaub
- Created: 2020-05-19T11:59:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T13:11:40.000Z (about 5 years ago)
- Last Synced: 2025-03-28T05:27:40.442Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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