Google pages provides 100 mb of webspace. But the basic problem is you cant put up your customized pages. Even if you upload your page say index.htm then the URL would be http://something.googlepages.com/index.htm.
http://something.googlepages.com this wont take you to index.htm
Fortunately google provides with html editing. So check this out
http://nitinjavakid.googlepages.com
No default homepage here.
Just wanted to show this tiny trick.
Wicked way to use google pages
- nitinjavakid
- Member
- Posts: 65
- Joined: Sat Oct 21, 2006 11:28 am
- Location: Exams over!
- Contact:
Wicked way to use google pages
Regards
Nitin
Nitin
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
- nitinjavakid
- Member
- Posts: 65
- Joined: Sat Oct 21, 2006 11:28 am
- Location: Exams over!
- Contact:
Dude! We can use a bit of javascript anywhere and everywhere(within a webpages only)META refresh tag?
Add this anywhere in the document
Code: Select all
<script language="javascript">
location.href="someurl";
</script>
Regards
Nitin
Nitin