HerikLyma / CPPWebFramework

​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
MIT License
445 stars 119 forks source link

Why doesn't HTML5 support #5

Closed guosuying2012 closed 6 years ago

guosuying2012 commented 6 years ago

request.addAttribute("user", &user);

Why doesn't HTML5 support ?

HerikLyma commented 6 years ago

Hello, Guosuying.

To enable HTML5 you just need to add the DOCTYPE html on the top of the HTML file. If you have any more question, please send it to cppwebframework@gmail.com

Thank you!