KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
HTML5-Skeleton
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
DnsByTcp
:
Run local, redirect UDP DNS requery to TCP format. For avoiding DNS poisoning.
UniversalPhotoStudio
:
UniversalPhotoStudio
webmachine-nodejs
:
Webmachine HTTP Toolkit for NodeJS
Screen-Framework
:
JavaFX Framework for managing multiple application screens
NodeCloudPT
:
NodeJS SDK for the CloudPT
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
HTML5-Skeleton
?
Download (.md)
# HTML5-Skeleton ## About This HTML5-Skeleton consists of the very bare essentials of most of the projects I work on. Because sharing really is caring I figured that putting this on GitHub might be a noble thing to do. ## Third party Libraries ### [Normalize.css](http://necolas.github.com/normalize.css/) > Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing. ### [jQuery](http://jquery.com/) > jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. ## Cross-browser Since each project entails some Internet Explorer issues, I made sure that some classes will be added to the `<html>`-tag when the page is being viewed in a certain version of Internet Explorer. These classes are: * `.lt-ie9` * `.lt-ie8` * `.lt-ie7` If JavaScript isn't enabled in the browser, the class `.no-js` will also be added to the `<html>`-tag