tfw
This commit is contained in:
parent
521852b164
commit
593607c3e1
2 changed files with 0 additions and 2 deletions
|
@ -9,6 +9,5 @@
|
|||
<meta property="og:title" content="<%- (typeof(title) != "undefined" ? title : bot.user.username) %>" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="<%- bot.user.avatarURL() %>" />
|
||||
<meta property="og:description" content="<%- (typeof(description)!="undefined"?description:"A Discord Bot") %>" />
|
||||
<meta name="theme-color" content="#cba6f7" />
|
||||
</head>
|
|
@ -4,7 +4,6 @@
|
|||
<%- include("../partials/head.ejs"); %>
|
||||
|
||||
<body>
|
||||
<% description = "View paste"; %>
|
||||
<%- include("../partials/header.ejs"); %>
|
||||
<div class="container">
|
||||
<div class="alert alert-danger" role="alert">
|
||||
|
|
Loading…
Reference in a new issue