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
<html> | |
<head><title>Geocoding</title> | |
<meta name="viewport" content="width=device-width maximum-scale=1 initial-scale=1 user-scalable=no"> | |
<link rel="stylesheet" type="text/css" href="../../style.css"/> | |
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=true"></script> | |
</head> | |
<body> | |
<h2>Geocoding</h2> | |
<p id="progress">Checking position</p> |
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
" This must be first, because it changes other options as a side effect. | |
set nocompatible | |
execute pathogen#infect() | |
syntax enable | |
set background=light | |
let g:solarized_colorscheme=256 | |
colorscheme solarized |
NewerOlder