This file contains hidden or 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
| syntax on | |
| filetype plugin on | |
| set hidden | |
| set tabstop=2 softtabstop=2 | |
| set termwinsize=7x0 | |
| set shiftwidth=2 | |
| set expandtab | |
| set smartindent | |
| set number |
This file contains hidden or 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
| <!-- XML Declartaion Tag --> | |
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <!DOCTYPE html> | |
| <!-- XML Namespace --> | |
| <html xmlns='http://www.w3.org/1999/xhtml' | |
| xmlns:b='http://www.google.com/2005/gml/b' | |
| xmlns:data='http://www.google.com/2005/gml/data' | |
| xmlns:expr='http://www.google.com/2005/gml/expr'> |