This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/gawk -f | |
BEGIN{ | |
# Printing header! | |
print "<!DOCTYPE html>\n\ | |
<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\" xml:lang=\"\">\n\ | |
<head>\n\ | |
<meta charset=\"utf-8\" />\n\ | |
<style type=\"text/css\">\n\ | |
body{\n\ |