Fonts, 404s

I made a few cosmetic changes to my new landing page:
  • It now uses a cool web font, Titillium Text (funny name, heh), using the CSS @font-face property.
  • It also has an equally cool 404 page that gets served by Amazon S3.
    $ curl -I http://www.iandexter.net/something
    HTTP/1.1 404 Not Found
    x-amz-error-code: NoSuchKey
    x-amz-error-message: The specified key does not exist.
    x-amz-error-detail-Key: something
    x-amz-request-id: 48043A85C5B27307
    x-amz-id-2: UlFlcthVTeBk9UF3MxvlpxOS1OtOqbE5VOWt89eQQ8x6EcfsHiPWzeioE3LadVVt
    Transfer-Encoding: chunked
    Date: Mon, 07 Mar 2011 07:52:23 GMT
    Server: AmazonS3
    
    Nifty LEGO minifigure, too!
Go check it out!

Comments

Popular posts from this blog

Pull files off Android phone