The web design and pages for my personal website.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
303 B

{{ define "title" }}Google+{{ end }}
{{ define "content" }}
<h1>Google+</h1>
{{ $to := "https://plus.google.com/+NoahPetherbridge" }}
Redirecting to <a href="{{ $to }}">{{ $to }}</a>
<script>
(function() {
setTimeout(function() {
window.location = "{{ $to }}";
}, 200);
})();
</script>
{{ end }}