Skip to content

Commit

Permalink
Merge pull request #299 from Baihhh/fixPage
Browse files Browse the repository at this point in the history
feat: user page video plyr
  • Loading branch information
IRONICBo authored Mar 14, 2024
2 parents 8eaed3b + 70d3e7b commit c646bba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/gopcomm/yap/user_yap.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Go+ Community - User</title>
<link rel="icon" href="static/img/favicon.svg">

<link rel="stylesheet" href="https://cdn.plyr.io/3.7.8/plyr.css">
</head>

<script src="https://cdn.plyr.io/3.7.8/plyr.js"></script>

<body style="background-color: #f7fafc;">
{{ template "header" .}}

Expand Down

0 comments on commit c646bba

Please sign in to comment.