Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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++

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)