Added makers mark
This commit is contained in:
		@@ -10,8 +10,9 @@
 | 
			
		||||
        <form class="input-group">
 | 
			
		||||
            <input type="text" class="form-control" [(ngModel)]="code" name="code" placeholder="Code">
 | 
			
		||||
            <div class="input-group-append">
 | 
			
		||||
                <button class="btn btn-danger" [routerLink]="['/', code]" style="background-color: #dd0330" [disabled]="!code">Open</button>
 | 
			
		||||
                <button class="btn btn-danger" [routerLink]="['/', code]" style="background-color: #dd0330" [disabled]="code">Open</button>
 | 
			
		||||
            </div>
 | 
			
		||||
        </form>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
<span class="credits text-white">Created By <a href="https://zakscode.com">Zak Timson</a></span>
 | 
			
		||||
 
 | 
			
		||||
@@ -14,3 +14,10 @@
 | 
			
		||||
  z-index: 500;
 | 
			
		||||
  transform: translateX(-50%);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.credits {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  bottom: 2%;
 | 
			
		||||
  right: 2%;
 | 
			
		||||
  z-index: 500;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user