Skip to content

Commit

Permalink
Use vmkteam smdbox
Browse files Browse the repository at this point in the history
  • Loading branch information
DirectDuck committed Jul 8, 2024
1 parent b719eea commit 449d435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ func SMDBoxHandler(w http.ResponseWriter, r *http.Request) {
<meta charset="UTF-8">
<title>SMD Box</title>
<link rel="stylesheet" href="https://bootswatch.com/3/paper/bootstrap.min.css">
<link href="https://cdn.jsdelivr.net/gh/semrush/smdbox@latest/dist/app.css" rel="stylesheet"></head>
<link href="https://cdn.jsdelivr.net/gh/vmkteam/smdbox@latest/dist/app.css" rel="stylesheet"></head>
<body>
<div id="json-rpc-root"></div>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/semrush/smdbox@latest/dist/app.js"></script></body>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/vmkteam/smdbox@latest/dist/app.js"></script></body>
</html>
`))
}

0 comments on commit 449d435

Please sign in to comment.