1
0
Fork 0

Remove everything

This commit is contained in:
Luca Beltrame 2015-04-26 15:25:12 +02:00
parent 4b0ce2b03f
commit 28a99a0e04
268 changed files with 0 additions and 22354 deletions

View file

@ -1,8 +0,0 @@
<script language="Javascript" type="text/javascript">
function google_search()
{
var query = document.getElementById("google-search").value;
window.open("http://google.com/search?q=" + query
+ "%20site:" + "{{ site.url }}");
}
</script>