Hello,

The website that I build has xampp logo sides it's title. I wonder how to erase it?

Daniweb has the right logo - >

Mind has xampp logo in it. I would like to erase it or change it but I do not know how to?

index.php

<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en"> <!--<![endif]-->

    <head>

        <!-- Basic -->
        <meta charset="utf-8">
        <title>SQUPrime.com - Learn Mandarin with Native teachers directly from China</title>
        <meta name="author" content="DSA79">
        <meta name="keywords" content="responsive, html5 template, one page, landing, mobile app, business, corporate, project">
        <meta name="description" content="We provide certificated online Mandarin courses. Private and group lessons are available. Request a free trial now!">      

        <!-- Mobile Specific Metas -->
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">        

        <!-- Libs CSS -->
        <link href="css/bootstrap.css" rel="stylesheet"> 
        <link href="css/font-awesome.min.css" rel="stylesheet">  
        <link href="css/flexslider.css" rel="stylesheet">

        <!-- On Scroll Animations -->
        <link href="css/animate.css" rel="stylesheet">

        <!-- Template CSS -->
        <link href="css/style.css" rel="stylesheet">  

        <!-- Custom Colors -->
        <!-- <link href="css/green.css" rel="stylesheet"> -->   
        <!-- <link href="css/darkorchid.css" rel="stylesheet"> -->     
        <!-- <link href="css/darkred.css" rel="stylesheet"> -->    
        <link href="css/darkblue.css" rel="stylesheet"> 
        <!-- <link href="css/wheat.css" rel="stylesheet"> -->         
        <!-- <link href="css/turquoise.css" rel="stylesheet"> -->  
        <!-- <link href="css/lightgreen.css" rel="stylesheet"> -->     
        <!-- <link href="css/honeydew.css" rel="stylesheet"> -->  
        <!-- <link href="css/darkpink.css" rel="stylesheet"> -->

        <!-- Responsive CSS -->
        <link href="css/responsive.css" rel="stylesheet"> 

        <!-- Favicons -->    <!--
        <link rel="shortcut icon" href="img/icons/favicon.ico">
        <link rel="apple-touch-icon" sizes="114x114" href="img/icons/apple-touch-icon-114x114.png">
        <link rel="apple-touch-icon" sizes="72x72" href="img/icons/apple-touch-icon-72x72.png">
        <link rel="apple-touch-icon" href="img/icons/apple-touch-icon.png">
        --> 
        <!-- Google Fonts -->    
        <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900' rel='stylesheet' type='text/css'>

        <script>
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
        })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

        ga('create', 'UA-55891286-1', 'auto');
        ga('send', 'pageview');

        </script>

    </head>


    <body>



        <!-- PRELOAD ANIMATION 
        ============================================= 

        <div id="preloader">
            <div id="status"></div>
        </div> -->                                      



        <!-- HEADER
        ============================================= -->
        <header id="header">     
            <div class="navbar navbar-fixed-top">    
                <div class="container">


                    <!-- Navigation Bar -->
                    <div class="navbar-header">

                        <!-- Responsive Menu -->
                        <button type="button" id="nav-toggle" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-menu">
                            <span class="sr-only">Toggle navigation</span> 
                            <span class="icon-bar"></span>
                            <span class="icon-bar"></span>
                            <span class="icon-bar"></span>
                        </button>

                        <!-- Logo Image -->
                        <a class="navbar-brand" href="#"><img src="img/squprime-logo.png" alt="logo" role="banner"></a>

                    </div>   <!-- End Navigation Bar -->


                    <!-- Navigation Menu -->
                    <nav id="navigation-menu" class="collapse navbar-collapse"  role="navigation">
                        <ul class="nav navbar-nav navbar-right">
                            <li><a id="GoToHome" class="selected-nav" href="#intro">Home</a></li>
                            <li><a id="GoToFeatures" href="#features">Features</a></li>
                            <li><a id="GoToVideo" href="#video">Video</a></li>
                            <li><a id="GoToTestimonials" href="#testimonials-rotator">Testimonials</a></li> 
                            <li><a id="GoToFAQ" href="#faq">FAQ</a></li>
                            <li><a id="GoToSubscribe" href="#newsletter">Contact Us</a></li>
                            <li><a href="http://www.squprime.com/login.php">Login</a></li>
                        </ul>
                    </nav>  <!-- End Navigation Menu -->


                </div>     <!-- End container -->
            </div>       <!-- End navbar fixed top  -->       
        </header>    <!-- END HEADER -->



        <!-- CONTENT WRAPPER
        ============================================= -->

        <div id="content_wrapper">

            <?php

            if (isset($_POST['register'])){

            if(!empty($stu_fname) && !empty($stu_email) && !empty($stu_telp)){

            $sqlstr = "INSERT INTO student(stu_fname, stu_email, stu_telp) VALUES('".$stu_fname."','".$stu_email."','".$stu_telp."')";

            $result = mysql_query($sqlstr) or die(mysql_error());

            $result2 = mysql_query("SELECT student_id FROM student ORDER BY student_id DESC");

            $dataSID = mysql_fetch_array($result2);

            //header("location:registration2.php?student_id='".$dataSID['student_id']."'");
            } 
            else
            {           
            $error = "<i>Please fill-in all fields information in this form.</i><br>";

            $result = "";
            }

            //Jika mode edit, maka tidak akan dikirimkan konfirmasi kepada subscriber
            //if (empty($_REQUEST['id']))   kirimEmail($idKategori, $judul, $news);
            $confirmation = ($result) ? "Data has been saved." : "Fail to save data.";  

        }   ?>

            <!-- INTRO
            ============================================= -->
            <section id="intro">
                <div class="container">
                    <div class="row">


                        <!-- Intro Description -->
                        <div id="intro_description" class="col-md-7">
                            <center><img src="images/logo2.png" height="100px" style="margin-top: -120px;"></center><br>

                            <?php

include('includes/koneksi.php');

$result = mysql_query("SELECT * FROM static_page WHERE post_id=1") or die(mysql_error); 
$data1 = mysql_fetch_array($result);        

                            ?>          

                            <?php

                            echo $data1['isi_berita'];              

                            ?>

                            <!-- Store Buttons -->
                            <div id="intro_stores" style="margin-top: -80px;">
                                <a href="www.microsoft.com" target="_blank"><img src="img/icons/microsoft.png" alt="microsoft_icon" /></a>         
                                <a href="http://products.office.com/lync/" target="_blank"><img src="img/icons/lync.png" alt="lync_icon" /></a>
                                <a href="http://www.yamaha.com/products/en/communication/howto/webmeet/" target="_blank"><img src="img/icons/yamaha.png" height="60px" style="margin: 180px 0 0 -320px;" alt="yamaha_icon" /></a>
                                <!-- <a href="#"><img src="img/icons/windows.png" alt="windows_icon" /></a> -->
                            </div>

                        </div>   <!-- End Intro Description -->


                        <!-- Intro Form Register --> 
                        <div id="intro_form" class="col-md-5 form_register text-center">


                                <!-- Register Form -->   
                                <form action="contact.php" name="contactform" class="row" method="post">

                                    <h4>Request a FREE TRIAL CLASS!</h4>

                                    <div id="input_name" class="col-md-12">
                                        <input id="name" class="form-control" type="text" name="stu_fname" placeholder="Full Name"> 
                                    </div>

                                    <div id="input_email" class="col-md-12">
                                        <input id="email" class="form-control" type="text" name="stu_email" placeholder="Enter your email"> 
                                    </div>

                                    <div id="input_phone" class="col-md-12">
                                        <input id="phone" class="form-control" type="text" name="stu_telp" placeholder="Phone Number"> 
                                    </div>   

                                    <p>We will respond to you within 24 hours, during regular business hours. All fields are required</p>

                                    <!-- Submit Button -->
                                    <div id="form_register_btn" class="text-center">

                                    <input class="btn btn-theme" type="submit" name="request" value="Request Quotation" id="submit">

                                    </div>  

                                </form>  <!-- End Register Form -->       

                        </div>    <!-- End Intro Form Register -->


                    </div>       <!-- End row -->             
                </div>       <!-- End container -->
            </section>    <!-- END INTRO -->



            <!-- FEATURES LIST
            ============================================= -->
            <section id="features">
                <div class="container">                  
                    <div class="row">


                        <!-- Features Holder -->
                        <div id="features_holder" class="col-md-12">                 

                            <!-- Features Holder Title -->
                            <div class="features_title text-center">

                            <?php

$result = mysql_query("SELECT * FROM static_page WHERE post_id=2") or die(mysql_error); 
$data2 = mysql_fetch_array($result);        

                            ?>          

                            <?php

                            echo $data2['isi_berita'];              

                            ?>                          

                            </div>


                            <!-- Features List -->
                            <ul class="features_list">

                                <!-- Feature Icon 1 -->
                                <li id="feature-1">                                          
                                    <div class="col-sm-6 col-md-4 feature-box triggerAnimation animated clearfix" data-animate="bounceIn">   
                                        <div class="feature-box-icon">
                                            <i class="fa fa-paper-plane"></i>
                                        </div>

                                        <div class="feature-box-content">
                                            <?php

                                            $result = mysql_query("SELECT * FROM static_page WHERE post_id=3") or die(mysql_error); 
                                            $data2 = mysql_fetch_array($result);        
                                            ?>          

                                            <?php

                                            echo $data2['isi_berita'];          

                                            ?>
                                            </div>
                                        </div>
                                </li>

                                <!-- Feature Icon 2 -->
                                <li id="feature-2">                                          
                                        <div class="col-sm-6 col-md-4 feature-box triggerAnimation animated clearfix" data-animate="bounceIn">   
                                    <div class="feature-box-icon">
                                            <i class="fa fa-globe"></i>
                                         </div>

                                        <div class="feature-box-content">
                                            <?php

                                            $result = mysql_query("SELECT * FROM static_page WHERE post_id=4") or die(mysql_error); 
                                            $data2 = mysql_fetch_array($result);        
                                            ?>          

                                            <?php

                                            echo $data2['isi_berita'];          

examine this line

46 <link rel="shortcut icon" href="img/icons/favicon.ico">

to tell you where in the folder tree the icon is,
it is discussed in the xampp setup screens,
about page 9999, and
only if you choose a 'custom setup',
something along the lines of,

ren favicon.ico favicon.old
ren myicon.ico favicon.ico

its just a default icon supplied till you create your own,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.