Initial commit
This commit is contained in:
commit
ed5245b3c6
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# ---> GitHubPages
|
||||||
|
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
|
||||||
|
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
|
||||||
|
|
||||||
|
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
|
||||||
|
_site/
|
||||||
|
.sass-cache/
|
||||||
|
.jekyll-cache/
|
||||||
|
.jekyll-metadata
|
||||||
|
|
||||||
|
# Additional Ruby/bundler ignore for when you run: bundle install
|
||||||
|
/vendor
|
||||||
|
|
||||||
|
# Specific ignore for GitHub Pages
|
||||||
|
# GitHub Pages will always use its own deployed version of pages-gem
|
||||||
|
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
|
||||||
|
# counterproductive to check this file into the repository.
|
||||||
|
# Details at https://github.com/github/pages-gem/issues/768
|
||||||
|
Gemfile.lock
|
||||||
|
|
||||||
|
# ---> AL
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
|
# Local History for Visual Studio Code
|
||||||
|
.history/
|
||||||
|
*.app
|
||||||
|
.snapshots/*
|
||||||
|
|
13
LICENSE
Normal file
13
LICENSE
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
HTML Tidy License
|
||||||
|
|
||||||
|
This software and documentation is provided "as is," and the copyright holders and contributing author(s) make no representations or warranties, express or implied, including but not limited to, warranties of merchantability or fitness for any particular purpose or that the use of the software or documentation will not infringe any third party patents, copyrights, trademarks or other rights.
|
||||||
|
|
||||||
|
The copyright holders and contributing author(s) will not be held liable for any direct, indirect, special or consequential damages arising out of any use of the software or documentation, even if advised of the possibility of such damage.
|
||||||
|
|
||||||
|
Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, documentation and executables, for any purpose, without fee, subject to the following restrictions:
|
||||||
|
|
||||||
|
1. The origin of this source code must not be misrepresented.
|
||||||
|
2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source.
|
||||||
|
3. This Copyright notice may not be removed or altered from any source or altered source distribution.
|
||||||
|
|
||||||
|
The copyright holders and contributing author(s) specifically permit, without fee, and encourage the use of this source code as a component for supporting the Hypertext Markup Language in commercial products. If you use this source code in a product, acknowledgement is not required but would be appreciated.
|
Loading…
x
Reference in New Issue
Block a user