Skip to content

Commit

Permalink
fix error on web view
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 24, 2021
1 parent 0d7dd97 commit 6505191
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Monitoring Bot</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" type="image/svg" href="./imgs/resources.svg">
<link rel="icon" href="https://kryptonproject.my.id/assets/img/ic.png">
</head>

<body>
<a href="/catalog" class="home"><img class="home-svg" src="./imgs/home.svg" alt=""></a>
<div class="content">
<h1>KryPtoN Bot Resources</h1>
<div class="user">Hello</div>
Expand Down

0 comments on commit 6505191

Please sign in to comment.