diff --git a/views/about.slim b/views/about.slim
index d9901df4..5060f25b 100644
--- a/views/about.slim
+++ b/views/about.slim
@@ -27,7 +27,7 @@
.row
.span8.offset2
h4 $150 provides hosting for 2 million NeoCities sites for 1 month.
- h4 $1900 buys a fast server that can handle over 2 million NeoCities sites.
+ h4 $1900 buys a fast server that can handle over 2 million NeoCities sites (AWS is too costly and doesn't provide the 9+TB of fast disk space we need for this).
h4 $1000 buys a backup server for that machine.
h4 $3000 allows me to work on NeoCities full-time for a month. (without starving)
diff --git a/views/layout.slim b/views/layout.slim
index 1945b2d1..7149126d 100644
--- a/views/layout.slim
+++ b/views/layout.slim
@@ -39,3 +39,12 @@ html
== yield
script src="/js/bootstrap.min.js"
+
+ javascript:
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-41925541-1', 'neocities.org');
+ ga('send', 'pageview');
\ No newline at end of file