Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tizz98/htmlmaker
A simple html base code creator in C++
https://github.com/tizz98/htmlmaker
Last synced: 9 days ago
JSON representation
A simple html base code creator in C++
- Host: GitHub
- URL: https://github.com/tizz98/htmlmaker
- Owner: tizz98
- Created: 2013-10-30T02:22:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T15:28:11.000Z (about 10 years ago)
- Last Synced: 2024-04-22T15:22:49.264Z (7 months ago)
- Language: C++
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# HTML Maker
Html Maker is a simple c++ program that will generate an html file based on your input for either html 4 or html 5.
It will also ask what you want to call your webpage. (the "title")Created by Elijah Wilson. 2013.
## To Run:
* Compile htmlMaker.cxx (you can use the option '-o ' when you compile to make the executable a certain name if you want)
* Run whatever you called the executable (./) by default it is "a.out" so you would type "./a.out"And you're done!
[My Twitter](https://twitter.com/daetam)
[My Soundcloud](https://soundcloud.com/daetam)
[My Website](http://elijahwilson.me)