Domain nicholasjagger.com
Germany
IONOS SE
Software information

Apache Apache

tcp/443 tcp/80

  • Open service 217.160.0.218:80 · nicholasjagger.com

    2024-10-18 23:40

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 235
    Connection: close
    Date: Fri, 18 Oct 2024 23:40:29 GMT
    Server: Apache
    Location: https://nicholasjagger.com/
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://nicholasjagger.com/">here</a>.</p>
    </body></html>
    
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 217.160.0.218:443 · nicholasjagger.com

    2024-10-18 23:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 18 Oct 2024 23:40:29 GMT
    Server: Apache
    
    Page title: Nicholas Jagger
    
    <!DOCTYPE html>
    <html style="height: 100%;">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name=viewport content='width=device-width,height=device-height,initial-scale=1' />
    <title>Nicholas Jagger</title>
    <link rel="icon" type="image/png" href="weed.png" />
    <link href="hobbs-styles.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    
    var showslide = false;
    
    var pictures = [];
    var caption = [];
    pictures[0] = new Image();
    pictures[0].src = 'images/mask_cotton_threads.jpg';
    caption[0] = ['Bandage Face I', 'mask_cotton_threads.jpg'];
    
    pictures[1] = new Image();
    pictures[1].src = 'images/marsyas_1.jpg';
    caption[1] = ['Marsyas', 'marsyas_1.jpg'];
    
    pictures[2] = new Image();
    pictures[2].src = 'images/head_of_a_small_child.jpg';
    caption[2] = ['Head of a Small Child', 'head_of_a_small_child.jpg'];
    
    pictures[3] = new Image();
    pictures[3].src = 'images/finished_first_stage.jpg';
    caption[3] = ['Self-Portait Drawing', 'finished_first_stage.jpg'];
    
    pictures[4] = new Image();
    pictures[4].src = 'images/BM_antique_head_drawing.jpg';
    caption[4] = ['Small British Museum Head', 'BM_antique_head_drawing.jpg'];
    
    pictures[5] = new Image();
    pictures[5].src = 'images/final_snall_british_museum_head_oil.jpg';
    caption[5] = ['Small British Museum Head', 'final_snall_british_museum_head_oil.jpg'];
    
    pictures[6] = new Image();
    pictures[6].src = 'images/small_british_museum_head_web_update.jpg';
    caption[6] = ['Small British Museum Head', 'small_british_museum_head_web_update.jpg'];
    
    pictures[7] = new Image();
    pictures[7].src = 'images/dying_warrior_final_oil.jpg';
    caption[7] = ['Dying Warrior', 'dying_warrior_final_oil.jpg'];
    
    pictures[8] = new Image();
    pictures[8].src = 'images/silverpoint_self-portrait_web_update.jpg';
    caption[8] = ['Self-Portrait Study', 'silverpoint_self-portrait_web_update.jpg'];
    
    pictures[9] = new Image();
    pictures[9].src = 'images/HEAD_OF_A_SAINT_website_update.jpg';
    caption[9] = ['Head of a Saint', 'HEAD_OF_A_SAINT_website_update.jpg'];
    
    pictures[10] = new Image();
    pictures[10].src = 'images/fortune_hand_7a.jpg';
    caption[10] = ['Hand of Fortune', 'fortune_hand_7a.jpg'];
    
    pictures[11] = new Image();
    pictures[11].src = 'images/Pergamon_Marble_Head.jpg';
    caption[11] = ['Pergamon Marble Head', 'Pergamon_Marble_Head.jpg'];
    
    pictures[12] = new Image();
    pictures[12].src = 'images/finished_for_insta.jpg';
    caption[12] = ['Self-Portrait (after Sickert)', 'finished_for_insta.jpg'];
    
    
    var frame1 = 0;
    
    var topdiv = 1;
    var oldIm = '' ;
    var newIm = '' ;
    
    
    function start_animate() {
    	if (topdiv == 1) {		// d1 visible, fade in d2
    		newIm = document.getElementById('indexpic2');
    		newIm.innerHTML = "<img src='" + pictures[frame1].src + "' />";
    		newcap = document.getElementById('indexcap2');
    		newcap.innerHTML = "<p>" + caption[frame1][0] + "</p>";
    		oldIm = document.getElementById('indexpic1') ;
    		oldcap = document.getElementById('indexcap1') ;
    	}
    	else {
    		newIm = document.getElementById('indexpic1');
    		newIm.innerHTML = "<img src='" + pictures[frame1].src + "' />";
    		newcap = document.getElementById('indexcap1');
    		newcap.innerHTML = "<p>" + caption[frame1][0] + "</p>";
    		oldIm = document.getElementById('indexpic2') ;
    		oldcap = document.getElementById('indexcap2') ;
    	}
    	newIm.style.opacity = "1";
    	oldIm.style.zIndex = "10";
    	newIm.style.zIndex = "20";
    	newcap.style.opacity = "1";
    	oldcap.style.zIndex = "10";
    	newcap.style.zIndex = "20";
    	var aglink = document.getElementById('glink');
    	aglink.href = "gallery.php?i=" + caption[frame1][1];
    	if (pictures.length > 1) {
    	setTimeout(oldIm.style.opacity = '0', 3000);
    	setTimeout(oldcap.style.opacity = '0', 3000);
    	frame1++;
    	if (frame1 == pictures.length) frame1 = 0;
    	topdiv = topdiv == 1 ? 0 : 1 ;
    	setTimeout("start_animate()", 8000);
    	}
    }
    
    </script>
    
    <style type="text/css">
    
    div#picwrap {
    	width: 100%; 
    	height: 100%;
    	margin: 0; 
    	text-align: center; 
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	ali
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 2001:8d8:100f:f000::279:80 · nicholasjagger.com

    2024-10-18 23:40

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 235
    Connection: close
    Date: Fri, 18 Oct 2024 23:40:28 GMT
    Server: Apache
    Location: https://nicholasjagger.com/
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://nicholasjagger.com/">here</a>.</p>
    </body></html>
    
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 2001:8d8:100f:f000::279:443 · nicholasjagger.com

    2024-10-18 23:40

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 18 Oct 2024 23:40:29 GMT
    Server: Apache
    
    Page title: Nicholas Jagger
    
    <!DOCTYPE html>
    <html style="height: 100%;">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name=viewport content='width=device-width,height=device-height,initial-scale=1' />
    <title>Nicholas Jagger</title>
    <link rel="icon" type="image/png" href="weed.png" />
    <link href="hobbs-styles.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    
    var showslide = false;
    
    var pictures = [];
    var caption = [];
    pictures[0] = new Image();
    pictures[0].src = 'images/mask_cotton_threads.jpg';
    caption[0] = ['Bandage Face I', 'mask_cotton_threads.jpg'];
    
    pictures[1] = new Image();
    pictures[1].src = 'images/marsyas_1.jpg';
    caption[1] = ['Marsyas', 'marsyas_1.jpg'];
    
    pictures[2] = new Image();
    pictures[2].src = 'images/head_of_a_small_child.jpg';
    caption[2] = ['Head of a Small Child', 'head_of_a_small_child.jpg'];
    
    pictures[3] = new Image();
    pictures[3].src = 'images/finished_first_stage.jpg';
    caption[3] = ['Self-Portait Drawing', 'finished_first_stage.jpg'];
    
    pictures[4] = new Image();
    pictures[4].src = 'images/BM_antique_head_drawing.jpg';
    caption[4] = ['Small British Museum Head', 'BM_antique_head_drawing.jpg'];
    
    pictures[5] = new Image();
    pictures[5].src = 'images/final_snall_british_museum_head_oil.jpg';
    caption[5] = ['Small British Museum Head', 'final_snall_british_museum_head_oil.jpg'];
    
    pictures[6] = new Image();
    pictures[6].src = 'images/small_british_museum_head_web_update.jpg';
    caption[6] = ['Small British Museum Head', 'small_british_museum_head_web_update.jpg'];
    
    pictures[7] = new Image();
    pictures[7].src = 'images/dying_warrior_final_oil.jpg';
    caption[7] = ['Dying Warrior', 'dying_warrior_final_oil.jpg'];
    
    pictures[8] = new Image();
    pictures[8].src = 'images/silverpoint_self-portrait_web_update.jpg';
    caption[8] = ['Self-Portrait Study', 'silverpoint_self-portrait_web_update.jpg'];
    
    pictures[9] = new Image();
    pictures[9].src = 'images/HEAD_OF_A_SAINT_website_update.jpg';
    caption[9] = ['Head of a Saint', 'HEAD_OF_A_SAINT_website_update.jpg'];
    
    pictures[10] = new Image();
    pictures[10].src = 'images/fortune_hand_7a.jpg';
    caption[10] = ['Hand of Fortune', 'fortune_hand_7a.jpg'];
    
    pictures[11] = new Image();
    pictures[11].src = 'images/Pergamon_Marble_Head.jpg';
    caption[11] = ['Pergamon Marble Head', 'Pergamon_Marble_Head.jpg'];
    
    pictures[12] = new Image();
    pictures[12].src = 'images/finished_for_insta.jpg';
    caption[12] = ['Self-Portrait (after Sickert)', 'finished_for_insta.jpg'];
    
    
    var frame1 = 0;
    
    var topdiv = 1;
    var oldIm = '' ;
    var newIm = '' ;
    
    
    function start_animate() {
    	if (topdiv == 1) {		// d1 visible, fade in d2
    		newIm = document.getElementById('indexpic2');
    		newIm.innerHTML = "<img src='" + pictures[frame1].src + "' />";
    		newcap = document.getElementById('indexcap2');
    		newcap.innerHTML = "<p>" + caption[frame1][0] + "</p>";
    		oldIm = document.getElementById('indexpic1') ;
    		oldcap = document.getElementById('indexcap1') ;
    	}
    	else {
    		newIm = document.getElementById('indexpic1');
    		newIm.innerHTML = "<img src='" + pictures[frame1].src + "' />";
    		newcap = document.getElementById('indexcap1');
    		newcap.innerHTML = "<p>" + caption[frame1][0] + "</p>";
    		oldIm = document.getElementById('indexpic2') ;
    		oldcap = document.getElementById('indexcap2') ;
    	}
    	newIm.style.opacity = "1";
    	oldIm.style.zIndex = "10";
    	newIm.style.zIndex = "20";
    	newcap.style.opacity = "1";
    	oldcap.style.zIndex = "10";
    	newcap.style.zIndex = "20";
    	var aglink = document.getElementById('glink');
    	aglink.href = "gallery.php?i=" + caption[frame1][1];
    	if (pictures.length > 1) {
    	setTimeout(oldIm.style.opacity = '0', 3000);
    	setTimeout(oldcap.style.opacity = '0', 3000);
    	frame1++;
    	if (frame1 == pictures.length) frame1 = 0;
    	topdiv = topdiv == 1 ? 0 : 1 ;
    	setTimeout("start_animate()", 8000);
    	}
    }
    
    </script>
    
    <style type="text/css">
    
    div#picwrap {
    	width: 100%; 
    	height: 100%;
    	margin: 0; 
    	text-align: center; 
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	ali
    Found 11 hours ago by HttpPlugin
    Create report
*.nicholasjagger.comnicholasjagger.com
CN:
*.nicholasjagger.com
Not before:
2024-10-18 00:00
Not after:
2025-11-01 23:59
Domain summary