Showing source for: https://penzu.com/public/227e3fef
Duration: 0.444918s
Server: nginx
<!DOCTYPE html>
<html ng-app="penzuApp">
<head>
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5NRNLRS');
</script>
<title>
Write In Private: Free Online Diary And Personal Journal | Penzu
</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="initial-scale=1,maximum-scale=1" name="viewport">
<meta content="diary, diaries, journal, online diary, free diary, electronic diary, online journal, free journal, free online diary, free online journal, private diary, secret diary, private journal, personal journal, write, notepad, private blog, private online" name="keywords">
<meta content="Penzu is a free online diary and personal journal focused on privacy. Easily keep a secret diary or a private journal of notes and ideas securely on the web." name="description">
<link href="/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="/site.webmanifest" rel="manifest">
<link color="#5bbad5" href="/safari-pinned-tab.svg" rel="mask-icon">
<meta content="#eb281b" name="msapplication-TileColor">
<meta content="#ffffff" name="theme-color">
<meta content="ApOj69BL711uFUtNyKjNm-S2vkT1Jbv7hK2dR-ykHxY" name="google-site-verification">
<meta content="no" http-equiv="imagetoolbar">
<meta content="Penzu" property="og:title">
<meta content="website" property="og:type">
<meta content="https://penzu.com/" property="og:url">
<meta content="https://penzu.com/app/images/public/banner-facebook.jpg" property="og:image">
<meta content="100000814723824" property="fb:admins">
<meta content="Penzu" property="og:site_name">
<meta content="Free personal journal and online diary." property="og:description">
<base href="/">
<!--[if lte IE 9]>
<script type="text/javascript">
window.location = '/update-browser';
</script>
<![endif]-->
<link href="https://d3c2plo0qyv3hc.cloudfront.net/app/ckeditor/fonts/fonts-sprite.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Open+Sans:400,300,600,700&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese" id="google-fonts" rel="stylesheet">
<link href="/dist/vendor.1befb08d5ac285875a6b.css" rel="stylesheet">
<link href="/dist/core.a1810359c1cd624b1e7b.css" rel="stylesheet">
</head>
<body class="_app ui-theme--none">
<script type="text/javascript">
window.ENV = "production";
</script>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-5NRNLRS" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container-main">
<div class="penzu-app" id="penzu-app" ng-controller="AppCtrl as app">
<div class="app__wrap hide-sidebar--init" ng-class="{
'hide-sidebar': APP_UI.HIDE_SIDEBAR,
'banner--show': app.showPromoBanner()
}">
<div class="banner" id="banner" pz-banner="">
</div>
<div class="banner" ng-show="app.showPromoBanner()">
<promo-banner>
</promo-banner>
</div>
<div ng-if="!app.hideHeader">
<div class="header" header="" id="header">
<div class="header-navigation" header-navigation="">
</div>
<div class="header-search ng-hide" global-search="" ng-show="showSearch()">
</div>
<a class="logo" href="/" ng-class="{
'logo--ispro': Auth.isPro(),
'logo--isproplus': Auth.isProPlus()
}" ng-click="clickHeaderLogo($event)" target="_self">
</a>
<div class="header-right-nav">
<div class="user" ng-cloak="">
<div class="user-dropdown dropdown" ng-show="user.access_token">
<a class="dropdown-link js-user-dropdown-link" data-toggle="dropdown" href="" ng-cloak="">
{{user.access_token.user.first_name}}
<span class="icon fa fa-caret-down">
</span>
</a>
<ul aria-labelledby="dLabel" class="dropdown-menu js-dropdown-menu" position="right" role="menu">
<li class="dropdown__account">
<a class="js-dropdown-link" title="Account" ui-sref="account">
Account
</a>
</li>
<li class="dropdown__settings">
<a class="js-dropdown-link" ng-href="{{$global.SUPPORT_SITE}}" target="_blank" title="Help and FAQs">
Help & FAQs
</a>
</li>
<li class="dropdown__settings">
<a class="js-dropdown-link" href="/support" target="_self" title="PRO Support">
PRO Support
</a>
</li>
<li>
<button class="btn js-dropdown-link js-logout-button" ng-click="logout($event)" title="Logout">
Logout
</button>
</li>
</ul>
</div>
<div class="login" ng-if="!user.access_token">
<a class="link" ng-if="!isLogin()" target="_self" ui-sref="login">
Sign in
</a>
<a class="link" ng-if="isLogin()" target="_self" ui-sref="signup">
Sign up
</a>
</div>
<div class="mobile-apps">
<a class="link" href="/mobile/mobile_application/splash" target="_top">
Mobile apps
</a>
</div>
<div class="go-pro" ng-if="showStaticButtons()">
<a class="btn btn-light" target="_self" ui-sref="gopro">
Go PRO
</a>
</div>
<div class="go-pro" ng-hide="showStaticButtons() || Auth.isPaid()">
<a class="btn btn-light js-header-pro" href="" ng-click="openProModal()" target="_self">
Go PRO
</a>
</div>
<div class="clr">
</div>
</div>
</div>
<div class="clr">
</div>
</div>
</div>
<div class="app-container" id="app-container">
<ui-view>
</ui-view>
</div>
</div>
<div class="footer__wrap" ng-class="{'static-footer': APP_UI.SHOW_FOOTER}" ng-cloak="">
<div class="container">
<div class="public-footer__wrap">
<div class="footer__navigation single-col">
<h4>
<a href="/" target="_self">
Penzu
</a>
</h4>
<ul>
<li class="footer__navigation__item js-signup-button">
<a href="/app/signup" target="_self">
Free Signup
</a>
</li>
<li class="footer__navigation__item">
<a href="/pro" target="_self">
Penzu PRO
</a>
</li>
<li class="footer__navigation__item">
<a href="/app/login" target="_self">
Login
</a>
</li>
<li class="footer__navigation__item">
<a href="/support" target="_self">
Support
</a>
</li>
</ul>
</div>
<div class="footer__navigation two-col">
<h4>
<a href="/journal-types" target="_self">
Journals
</a>
</h4>
<ul>
<li class="footer__navigation__item">
<a href="/journal-prompts" target="_self">
Journal Prompts
</a>
</li>
<li class="footer__navigation__item">
<a href="/what-is-a-journal" target="_self">
What is a Journal
</a>
</li>
<li class="footer__navigation__item">
<a href="/pregnancy-journal" target="_self">
Pregnancy Journal
</a>
</li>
<li class="footer__navigation__item">
<a href="/how-to-write-a-reflective-journal" target="_self">
Reflective Journal
</a>
</li>
</ul>
<ul>
<li class="footer__navigation__item">
<a href="/bible-journal" target="_self">
Bible Journal
</a>
</li>
<li class="footer__navigation__item">
<a href="/dream-journal" target="_self">
Dream Journal
</a>
</li>
<li class="footer__navigation__item">
<a href="/journal-examples" target="_self">
Journal Examples
</a>
</li>
<li class="footer__navigation__item">
<a href="/five-year-journal" target="_self">
Five Year Journal
</a>
</li>
</ul>
</div>
<div class="footer__navigation two-col">
<h4>
<a href="/diary-types" target="_self">
Diaries
</a>
</h4>
<ul>
<li class="footer__navigation__item">
<a href="/secret-diary" target="_self">
Secret Diary
</a>
</li>
<li class="footer__navigation__item">
<a href="/electronic-diary" target="_self">
Electronic Diary
</a>
</li>
<li class="footer__navigation__item">
<a href="/diary-template" target="_self">
Diary Templates
</a>
</li>
<li class="footer__navigation__item">
<a href="/wedding-diary" target="_self">
Wedding Diary
</a>
</li>
</ul>
<ul>
<li class="footer__navigation__item">
<a href="/school-diary" target="_self">
School Diary
</a>
</li>
<li class="footer__navigation__item">
<a href="/health-diary" target="_self">
Health Diary
</a>
</li>
<li class="footer__navigation__item">
<a href="/food-diary" target="_self">
Food Diary
</a>
</li>
</ul>
</div>
</div>
<p class="public-footer__copyright">
Copyright Penzu Inc. 2023
</p>
</div>
</div>
<div class="global-alert" pz-alert="">
</div>
<div class="global-loader" pz-loader="">
<div class="global-loader__wrap" ng-hide="!globalLoading">
<div class="global-loader__logo">
</div>
<div class="global-loader">
<span class="loader-wrap">
<span class="loader-main spinner">
<span class="bounce1">
</span>
<span class="bounce2">
</span>
<span class="bounce3">
</span>
</span>
</span>
</div>
</div>
</div>
<div class="modal fade" id="modal-wrap" pz-modal="" tabindex="-1">
</div>
<div class="modal fade" id="modal-2-wrap" pz-modal="" tabindex="-1">
</div>
</div>
</div>
<script>
var CKEDITOR_BASEPATH = "/vendor/ckeditor/";
window.CKEDITOR_BASEPATH = CKEDITOR_BASEPATH;
</script>
<script src="/vendor/ckeditor/ckeditor.js">
</script>
<script>
window.twttr = function(t, e, r) {
var n, i = t.getElementsByTagName(e)[0], w = window.twttr || {
};
return t.getElementById(r) || ((n = t.createElement(e)).id = r, n.src = "https://platform.twitter.com/widgets.js", i.parentNode.insertBefore(n, i), w._e = [], w.ready = function(t) {
w._e.push(t);
}), w;
}(document, "script", "twitter-wjs");
</script>
<script async="" src="https://platform.twitter.com/widgets.js">
</script>
<script src="/dist/runtime.eba955d6e2d5f3cf592f.js">
</script>
<script src="/dist/vendors.35d18582a89e60e4ee58.js">
</script>
<script src="/dist/vendor.2aefdf7be6ca7cd4d206.js">
</script>
<script src="/dist/core.0ff0d363c3c9ff395475.js">
</script>
<script src="/dist/app.756231cad84f4710c4ad.js">
</script>
<script type="text/javascript">
window.fbAsyncInit = function() {
FB.init({
appId: 148408285209134,
xfbml: true,
version: 'v2.5'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {
return;
}
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</body>
</html>
# |
Url |
Url |
Source |
Date |
1 |
https://penzu.com/public/227e3fef |
|
2025-02-13 07:07:42 |
2 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:42 |
3 |
https://www.baldorfood.com/ |
|
2025-02-13 07:07:42 |
4 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:42 |
5 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:41 |
6 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:41 |
7 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:40 |
8 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:39 |
9 |
https://thebolditalic.com/?gi=0fc2… |
|
2025-02-13 07:07:39 |
10 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:39 |
11 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:38 |
12 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:38 |
13 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:38 |
14 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:37 |
15 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:37 |
16 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:36 |
17 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:36 |
18 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:35 |
19 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:35 |
20 |
https://consent.youtube.com/ml?con… |
|
2025-02-13 07:07:34 |