diff --git a/views/account/google_connect.php b/views/account/google_connect.php
new file mode 100644
index 0000000..df72e9a
--- /dev/null
+++ b/views/account/google_connect.php
@@ -0,0 +1,22 @@
+@extends(templates/layout_normal)
+
+@section(main)
+
Connect with Google
+
+@endsection
diff --git a/views/account/google_disconnect.php b/views/account/google_disconnect.php
new file mode 100644
index 0000000..4f65776
--- /dev/null
+++ b/views/account/google_disconnect.php
@@ -0,0 +1,18 @@
+@extends(templates/layout_normal)
+
+@section(main)
+ Disconnect from Google
+
+@endsection