diff --git a/htdocs/application/views/view/embed.php b/htdocs/application/views/view/embed.php
new file mode 100755
index 0000000..92f3b51
--- /dev/null
+++ b/htdocs/application/views/view/embed.php
@@ -0,0 +1,61 @@
+
+config->item('site_name');
+?>
+
+
+
+
+carabiner->config(array(
+ 'script_dir' => 'static/js/',
+ 'style_dir' => 'static/styles/',
+ 'cache_dir' => 'static/asset/',
+ 'base_uri' => base_url(),
+ 'combine' => true,
+ 'dev' => !$this->config->item('combine_assets'),
+));
+
+// CSS
+$this->carabiner->css('reset.css');
+$this->carabiner->css('fonts.css');
+$this->carabiner->css('main.css');
+$this->carabiner->css('embed.css');
+
+$this->carabiner->display('css');
+
+?>
+
+
+
+
+
+
+load->view('defaults/stats');
+
+?>
+
+
+
diff --git a/htdocs/static/styles/embed.css b/htdocs/static/styles/embed.css
new file mode 100644
index 0000000..41d8c3e
--- /dev/null
+++ b/htdocs/static/styles/embed.css
@@ -0,0 +1,11 @@
+
+.paste {
+ margin: 0 auto;
+ width: auto;
+}
+
+.paste .text_formatted {
+ width: 600px;
+ margin: 0;
+}
+