Skip to content

Commit

Permalink
Merge pull request #48 from Haroenv/chore/order
Browse files Browse the repository at this point in the history
chore(html): cleaner head
  • Loading branch information
eranchetz authored Jan 4, 2021
2 parents 7058ee9 + 303a5b5 commit e5e045b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/getmsg.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
property="og:description"
content="A self destructing one time secure msg service, have fun, stay secure!"
/>
</head>

<body>
<link rel="stylesheet" href="/static/application.css" />
<script
type="text/javascript"
src="/static/clipboard.min.js"
integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3"
></script>
<link rel="stylesheet" href="/static/application.css" />
</head>

<body>
<main class="send">
<div class="container">
<h1>Secret Message</h1>
Expand Down

0 comments on commit e5e045b

Please sign in to comment.