Skip to content

Commit fa00f47

Browse files
committed
Fixed missing top domain.
1 parent e6d727e commit fa00f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GitHubApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class GitHubApi{
118118
`<!DOCTYPE html>
119119
<html>
120120
<head>
121-
<link rel="stylesheet" href="https://ai-tournaments/defaults.css">
121+
<link rel="stylesheet" href="https://ai-tournaments.io/defaults.css">
122122
<style>
123123
${options.removeBodyMargin?`html, body {
124124
margin: 0;

0 commit comments

Comments
 (0)