basic CSS template for A4 print
Forked from rafaelcastrocouto's Pen A4 CSS page template.
A Pen by Dermot McGuire on CodePen.
basic CSS template for A4 print
Forked from rafaelcastrocouto's Pen A4 CSS page template.
A Pen by Dermot McGuire on CodePen.
| <?xml version="1.0"?> | |
| <!-- | |
| For more information on how to configure your ASP.NET application, please visit | |
| http://go.microsoft.com/fwlink/?LinkId=169433 | |
| --> | |
| <configuration> | |
| <!-- | |
| For a description of web.config changes for .NET 4.5 see http://go.microsoft.com/fwlink/?LinkId=235367. | |
| The following attributes can be set on the <httpRuntime> tag. |
| <% | |
| '// Usage: | |
| '// | |
| '// dim l : set l = new logger | |
| '// l.log("Hello")("World") | |
| '// l.includeTimetamp = false | |
| '// l("Lorem ipsum") | |
| '// l.setLogFile("c:\temp\log_2.log").log("This is a new log!") | |
| '// set l = nothing |