Customize page with streamer username
This commit is contained in:
parent
b06c425352
commit
249a5911b4
3 changed files with 18 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel=stylesheet href=style.css />
|
||||
<title>Learn Request Queue</title>
|
||||
<title><%= it.streamerName %>'s Learn Request Queue</title>
|
||||
<script>window.loggedIn = <%= it.loggedIn %></script>
|
||||
<script src="main.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="topbar">
|
||||
<div id="logo">Learn Request Queue</div>
|
||||
<div id="logo"><%= it.streamerName %>'s Learn Request Queue</div>
|
||||
<div id="nav-requests"><a href="/">Requests</a></div>
|
||||
<%- if (it.loggedIn) { -%>
|
||||
<div id="nav-addrequest"><a href="#" onclick="openAddRequestModal()">Add Request</a></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue