Domain pathor.bymarcell.com
The Netherlands
MICROSOFT-CORP-MSN-AS-BLOCK
  • MacOS file listing through .DS_Store file
    First seen 2024-04-16 13:27
    Last seen 2026-01-03 00:40
    Open for 626 days
  • Open service 20.4.244.223:443 · pathor.bymarcell.com

    2026-01-09 20:27

    HTTP/1.1 200 OK
    Content-Length: 3335
    Connection: close
    Content-Type: text/html
    Date: Fri, 09 Jan 2026 20:28:31 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "48000108"
    Last-Modified: Wed, 13 Mar 2024 15:44:27 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Pathor
    
    <head>
    		<link rel="icon" href="/images/icon.svg">
    </head>
    
    <header>
    	<link href="css/style.css" rel="stylesheet" type="text/css">
    	<link href="css/css/all.css" rel="stylesheet" type="text/css">
    	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    	<!-- JQuery!! -->
    	<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    	<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
    </header>
    	<script>
        function goToGame() {
          const boardSize = document.getElementById('sizeSelector').value;
          const p0 = document.getElementById('p0selector').value;
          const p1 = document.getElementById('p1selector').value;
          window.location.href = `game.html?boardSize=${boardSize}&p0=${p0}&p1=${p1}`;
        }
        function toggleMainMenu(){
    			if($("#mainMenu").css("display") == "none"){
    				$("#mainMenu").show()
    			} else {
    				$("#mainMenu").hide()
    			}
    		}
     	</script>
    </header>
    <title>Pathor</title>
    <body>
    	<img src="images/blackHole.png" id="backgroundImage" />
    	<button id="mainMenuButton" class="topMenuButton" onclick="toggleMainMenu()"><img  src="images/menuButton.svg"/></button>
    	<div id="mainMenu">
    		<div class="menuLinkBox">
    			<a id="returnHomeButton" 	class="menuLink"	href="http://bymarcell.com">Home</a>
    		</div>
    		<div class="menuLinkBox">
    			<a id="feedback" 		 class="menuLink" href="https://forms.gle/EN32ZAubce3zkYLM8" target="_blank">Provide Feedback</a>
    		</div>
    		<div class="menuLinkBox">
    			<a class="menuLink"  href="https://drive.google.com/file/d/1eo3YSnfEu_MfRUgQJFzB8fnuPPFAV6oe/view?usp=sharing" target=”_blank” >Rule Book</a> 
    		</div>
    		<div class="menuLinkBox">
    			<a 	 class="menuLink"  href="https://youtu.be/YdfBznOMGnA" target=”_blank” >Video Rules</a>
    		</div>
    	</div>
    	
    	<div id="content">
    		<div id="newGameMenu">
    			<div class ="newGameMenuRow">
    				<div id="logo"> <img src="images/PathorLogo.svg"></div>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="sizeSelector">Board:</label>
    					<select id="sizeSelector">
    						<option value="4">4x4 (recommended)</option>
    						<option value="5">5x5 (advanced)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p0selector">Player 1:</label>
    					<select id="p0selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p1selector">Player 2:</label>
    					<select id="p1selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    				<button id="playButton" onclick="goToGame()">Play!</button>
    			</div>
    		</div>
    	</div>
    
    </body>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.4.244.223:443 · pathor.bymarcell.com

    2026-01-03 00:40

    HTTP/1.1 200 OK
    Content-Length: 3335
    Connection: close
    Content-Type: text/html
    Date: Sat, 03 Jan 2026 00:40:40 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "48000108"
    Last-Modified: Wed, 13 Mar 2024 15:44:27 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Pathor
    
    <head>
    		<link rel="icon" href="/images/icon.svg">
    </head>
    
    <header>
    	<link href="css/style.css" rel="stylesheet" type="text/css">
    	<link href="css/css/all.css" rel="stylesheet" type="text/css">
    	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    	<!-- JQuery!! -->
    	<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    	<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
    </header>
    	<script>
        function goToGame() {
          const boardSize = document.getElementById('sizeSelector').value;
          const p0 = document.getElementById('p0selector').value;
          const p1 = document.getElementById('p1selector').value;
          window.location.href = `game.html?boardSize=${boardSize}&p0=${p0}&p1=${p1}`;
        }
        function toggleMainMenu(){
    			if($("#mainMenu").css("display") == "none"){
    				$("#mainMenu").show()
    			} else {
    				$("#mainMenu").hide()
    			}
    		}
     	</script>
    </header>
    <title>Pathor</title>
    <body>
    	<img src="images/blackHole.png" id="backgroundImage" />
    	<button id="mainMenuButton" class="topMenuButton" onclick="toggleMainMenu()"><img  src="images/menuButton.svg"/></button>
    	<div id="mainMenu">
    		<div class="menuLinkBox">
    			<a id="returnHomeButton" 	class="menuLink"	href="http://bymarcell.com">Home</a>
    		</div>
    		<div class="menuLinkBox">
    			<a id="feedback" 		 class="menuLink" href="https://forms.gle/EN32ZAubce3zkYLM8" target="_blank">Provide Feedback</a>
    		</div>
    		<div class="menuLinkBox">
    			<a class="menuLink"  href="https://drive.google.com/file/d/1eo3YSnfEu_MfRUgQJFzB8fnuPPFAV6oe/view?usp=sharing" target=”_blank” >Rule Book</a> 
    		</div>
    		<div class="menuLinkBox">
    			<a 	 class="menuLink"  href="https://youtu.be/YdfBznOMGnA" target=”_blank” >Video Rules</a>
    		</div>
    	</div>
    	
    	<div id="content">
    		<div id="newGameMenu">
    			<div class ="newGameMenuRow">
    				<div id="logo"> <img src="images/PathorLogo.svg"></div>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="sizeSelector">Board:</label>
    					<select id="sizeSelector">
    						<option value="4">4x4 (recommended)</option>
    						<option value="5">5x5 (advanced)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p0selector">Player 1:</label>
    					<select id="p0selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p1selector">Player 2:</label>
    					<select id="p1selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    				<button id="playButton" onclick="goToGame()">Play!</button>
    			</div>
    		</div>
    	</div>
    
    </body>
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.4.244.223:443 · pathor.bymarcell.com

    2025-12-23 07:53

    HTTP/1.1 200 OK
    Content-Length: 3335
    Connection: close
    Content-Type: text/html
    Date: Tue, 23 Dec 2025 07:53:56 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "48000108"
    Last-Modified: Wed, 13 Mar 2024 15:44:27 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Pathor
    
    <head>
    		<link rel="icon" href="/images/icon.svg">
    </head>
    
    <header>
    	<link href="css/style.css" rel="stylesheet" type="text/css">
    	<link href="css/css/all.css" rel="stylesheet" type="text/css">
    	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    	<!-- JQuery!! -->
    	<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    	<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
    </header>
    	<script>
        function goToGame() {
          const boardSize = document.getElementById('sizeSelector').value;
          const p0 = document.getElementById('p0selector').value;
          const p1 = document.getElementById('p1selector').value;
          window.location.href = `game.html?boardSize=${boardSize}&p0=${p0}&p1=${p1}`;
        }
        function toggleMainMenu(){
    			if($("#mainMenu").css("display") == "none"){
    				$("#mainMenu").show()
    			} else {
    				$("#mainMenu").hide()
    			}
    		}
     	</script>
    </header>
    <title>Pathor</title>
    <body>
    	<img src="images/blackHole.png" id="backgroundImage" />
    	<button id="mainMenuButton" class="topMenuButton" onclick="toggleMainMenu()"><img  src="images/menuButton.svg"/></button>
    	<div id="mainMenu">
    		<div class="menuLinkBox">
    			<a id="returnHomeButton" 	class="menuLink"	href="http://bymarcell.com">Home</a>
    		</div>
    		<div class="menuLinkBox">
    			<a id="feedback" 		 class="menuLink" href="https://forms.gle/EN32ZAubce3zkYLM8" target="_blank">Provide Feedback</a>
    		</div>
    		<div class="menuLinkBox">
    			<a class="menuLink"  href="https://drive.google.com/file/d/1eo3YSnfEu_MfRUgQJFzB8fnuPPFAV6oe/view?usp=sharing" target=”_blank” >Rule Book</a> 
    		</div>
    		<div class="menuLinkBox">
    			<a 	 class="menuLink"  href="https://youtu.be/YdfBznOMGnA" target=”_blank” >Video Rules</a>
    		</div>
    	</div>
    	
    	<div id="content">
    		<div id="newGameMenu">
    			<div class ="newGameMenuRow">
    				<div id="logo"> <img src="images/PathorLogo.svg"></div>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="sizeSelector">Board:</label>
    					<select id="sizeSelector">
    						<option value="4">4x4 (recommended)</option>
    						<option value="5">5x5 (advanced)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p0selector">Player 1:</label>
    					<select id="p0selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p1selector">Player 2:</label>
    					<select id="p1selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    				<button id="playButton" onclick="goToGame()">Play!</button>
    			</div>
    		</div>
    	</div>
    
    </body>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.4.244.223:443 · pathor.bymarcell.com

    2025-12-21 05:06

    HTTP/1.1 200 OK
    Content-Length: 3335
    Connection: close
    Content-Type: text/html
    Date: Sun, 21 Dec 2025 05:07:00 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "48000108"
    Last-Modified: Wed, 13 Mar 2024 15:44:27 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Pathor
    
    <head>
    		<link rel="icon" href="/images/icon.svg">
    </head>
    
    <header>
    	<link href="css/style.css" rel="stylesheet" type="text/css">
    	<link href="css/css/all.css" rel="stylesheet" type="text/css">
    	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    	<!-- JQuery!! -->
    	<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    	<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
    </header>
    	<script>
        function goToGame() {
          const boardSize = document.getElementById('sizeSelector').value;
          const p0 = document.getElementById('p0selector').value;
          const p1 = document.getElementById('p1selector').value;
          window.location.href = `game.html?boardSize=${boardSize}&p0=${p0}&p1=${p1}`;
        }
        function toggleMainMenu(){
    			if($("#mainMenu").css("display") == "none"){
    				$("#mainMenu").show()
    			} else {
    				$("#mainMenu").hide()
    			}
    		}
     	</script>
    </header>
    <title>Pathor</title>
    <body>
    	<img src="images/blackHole.png" id="backgroundImage" />
    	<button id="mainMenuButton" class="topMenuButton" onclick="toggleMainMenu()"><img  src="images/menuButton.svg"/></button>
    	<div id="mainMenu">
    		<div class="menuLinkBox">
    			<a id="returnHomeButton" 	class="menuLink"	href="http://bymarcell.com">Home</a>
    		</div>
    		<div class="menuLinkBox">
    			<a id="feedback" 		 class="menuLink" href="https://forms.gle/EN32ZAubce3zkYLM8" target="_blank">Provide Feedback</a>
    		</div>
    		<div class="menuLinkBox">
    			<a class="menuLink"  href="https://drive.google.com/file/d/1eo3YSnfEu_MfRUgQJFzB8fnuPPFAV6oe/view?usp=sharing" target=”_blank” >Rule Book</a> 
    		</div>
    		<div class="menuLinkBox">
    			<a 	 class="menuLink"  href="https://youtu.be/YdfBznOMGnA" target=”_blank” >Video Rules</a>
    		</div>
    	</div>
    	
    	<div id="content">
    		<div id="newGameMenu">
    			<div class ="newGameMenuRow">
    				<div id="logo"> <img src="images/PathorLogo.svg"></div>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="sizeSelector">Board:</label>
    					<select id="sizeSelector">
    						<option value="4">4x4 (recommended)</option>
    						<option value="5">5x5 (advanced)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p0selector">Player 1:</label>
    					<select id="p0selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p1selector">Player 2:</label>
    					<select id="p1selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    				<button id="playButton" onclick="goToGame()">Play!</button>
    			</div>
    		</div>
    	</div>
    
    </body>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.4.244.223:443 · pathor.bymarcell.com

    2025-12-20 20:25

    HTTP/1.1 200 OK
    Content-Length: 3335
    Connection: close
    Content-Type: text/html
    Date: Sat, 20 Dec 2025 20:25:48 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "48000108"
    Last-Modified: Wed, 13 Mar 2024 15:44:27 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Pathor
    
    <head>
    		<link rel="icon" href="/images/icon.svg">
    </head>
    
    <header>
    	<link href="css/style.css" rel="stylesheet" type="text/css">
    	<link href="css/css/all.css" rel="stylesheet" type="text/css">
    	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    	<!-- JQuery!! -->
    	<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    	<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
    </header>
    	<script>
        function goToGame() {
          const boardSize = document.getElementById('sizeSelector').value;
          const p0 = document.getElementById('p0selector').value;
          const p1 = document.getElementById('p1selector').value;
          window.location.href = `game.html?boardSize=${boardSize}&p0=${p0}&p1=${p1}`;
        }
        function toggleMainMenu(){
    			if($("#mainMenu").css("display") == "none"){
    				$("#mainMenu").show()
    			} else {
    				$("#mainMenu").hide()
    			}
    		}
     	</script>
    </header>
    <title>Pathor</title>
    <body>
    	<img src="images/blackHole.png" id="backgroundImage" />
    	<button id="mainMenuButton" class="topMenuButton" onclick="toggleMainMenu()"><img  src="images/menuButton.svg"/></button>
    	<div id="mainMenu">
    		<div class="menuLinkBox">
    			<a id="returnHomeButton" 	class="menuLink"	href="http://bymarcell.com">Home</a>
    		</div>
    		<div class="menuLinkBox">
    			<a id="feedback" 		 class="menuLink" href="https://forms.gle/EN32ZAubce3zkYLM8" target="_blank">Provide Feedback</a>
    		</div>
    		<div class="menuLinkBox">
    			<a class="menuLink"  href="https://drive.google.com/file/d/1eo3YSnfEu_MfRUgQJFzB8fnuPPFAV6oe/view?usp=sharing" target=”_blank” >Rule Book</a> 
    		</div>
    		<div class="menuLinkBox">
    			<a 	 class="menuLink"  href="https://youtu.be/YdfBznOMGnA" target=”_blank” >Video Rules</a>
    		</div>
    	</div>
    	
    	<div id="content">
    		<div id="newGameMenu">
    			<div class ="newGameMenuRow">
    				<div id="logo"> <img src="images/PathorLogo.svg"></div>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="sizeSelector">Board:</label>
    					<select id="sizeSelector">
    						<option value="4">4x4 (recommended)</option>
    						<option value="5">5x5 (advanced)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p0selector">Player 1:</label>
    					<select id="p0selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p1selector">Player 2:</label>
    					<select id="p1selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    				<button id="playButton" onclick="goToGame()">Play!</button>
    			</div>
    		</div>
    	</div>
    
    </body>
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.4.244.223:80 · pathor.bymarcell.com

    2025-12-20 20:25

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 20:25:48 GMT
    Location: https://pathor.bymarcell.com/
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.4.244.223:443 · pathor.bymarcell.com

    2025-12-19 05:00

    HTTP/1.1 200 OK
    Content-Length: 3335
    Connection: close
    Content-Type: text/html
    Date: Fri, 19 Dec 2025 05:00:53 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "48000108"
    Last-Modified: Wed, 13 Mar 2024 15:44:27 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Pathor
    
    <head>
    		<link rel="icon" href="/images/icon.svg">
    </head>
    
    <header>
    	<link href="css/style.css" rel="stylesheet" type="text/css">
    	<link href="css/css/all.css" rel="stylesheet" type="text/css">
    	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    	<!-- JQuery!! -->
    	<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    	<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
    </header>
    	<script>
        function goToGame() {
          const boardSize = document.getElementById('sizeSelector').value;
          const p0 = document.getElementById('p0selector').value;
          const p1 = document.getElementById('p1selector').value;
          window.location.href = `game.html?boardSize=${boardSize}&p0=${p0}&p1=${p1}`;
        }
        function toggleMainMenu(){
    			if($("#mainMenu").css("display") == "none"){
    				$("#mainMenu").show()
    			} else {
    				$("#mainMenu").hide()
    			}
    		}
     	</script>
    </header>
    <title>Pathor</title>
    <body>
    	<img src="images/blackHole.png" id="backgroundImage" />
    	<button id="mainMenuButton" class="topMenuButton" onclick="toggleMainMenu()"><img  src="images/menuButton.svg"/></button>
    	<div id="mainMenu">
    		<div class="menuLinkBox">
    			<a id="returnHomeButton" 	class="menuLink"	href="http://bymarcell.com">Home</a>
    		</div>
    		<div class="menuLinkBox">
    			<a id="feedback" 		 class="menuLink" href="https://forms.gle/EN32ZAubce3zkYLM8" target="_blank">Provide Feedback</a>
    		</div>
    		<div class="menuLinkBox">
    			<a class="menuLink"  href="https://drive.google.com/file/d/1eo3YSnfEu_MfRUgQJFzB8fnuPPFAV6oe/view?usp=sharing" target=”_blank” >Rule Book</a> 
    		</div>
    		<div class="menuLinkBox">
    			<a 	 class="menuLink"  href="https://youtu.be/YdfBznOMGnA" target=”_blank” >Video Rules</a>
    		</div>
    	</div>
    	
    	<div id="content">
    		<div id="newGameMenu">
    			<div class ="newGameMenuRow">
    				<div id="logo"> <img src="images/PathorLogo.svg"></div>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="sizeSelector">Board:</label>
    					<select id="sizeSelector">
    						<option value="4">4x4 (recommended)</option>
    						<option value="5">5x5 (advanced)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p0selector">Player 1:</label>
    					<select id="p0selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    					<label for="p1selector">Player 2:</label>
    					<select id="p1selector">
    						<option value="human">Human</option>
    						<option value="rando">Rando-bot (easy)</option>
    						<option value="smart">Smart-bot (medium)</option>
    						<option value="greedy">Greedy-bot (hard)</option>
    						<option value="minimax">Minimax-bot (expert)</option>
    					</select>
    			</div>
    			<div class ="newGameMenuRow">
    				<button id="playButton" onclick="goToGame()">Play!</button>
    			</div>
    		</div>
    	</div>
    
    </body>
    Found 2025-12-19 by HttpPlugin
    Create report
pathor.bymarcell.com
CN:
pathor.bymarcell.com
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
Domain summary
IP summary