!DOCTYPE html>
<head>
    <title></title>
    <link rel="stylesheet" href="css/index.css">
</head>
<body>
    <div class="home">
        <div class="content">
            <div class="stars"></div>
            <img class="bgc" src="https://img.lccyj.ltd/img/tongnian.JPG" width="100%" alt="">
            <h3 class="title">欢迎来到我的个人网站</h3>
            <h3 class="titles">我时常回到童年用一片童心思考问题很多烦恼的问题就变得易解</h3>
            <img class="icon" src="https://img.lccyj.ltd/img/down.png" alt="">
            <div class='ribbon'>
                <a href='./index.html'><span>Home</span></a>
                <a href='./about.html'><span>About</span></a>
                <a href='./hobbies.html'><span>Hobbies</span></a>
            </div>

        </div>
        <div class="icons">
            <div class="icons_items">
                <img class="icons_items_imgs" src="https://img.lccyj.ltd/img/tongxin (2).png" alt="">
                <span>守住童心</span>
            </div>
            <div class="icons_items">
                <img class="icons_items_imgs" src="https://img.lccyj.ltd/img/huli (2).png" alt="">
                <span>那些小王子教会我的</span>
            </div>
            <div class="icons_items">
                <img class="icons_items_imgs" src="https://img.lccyj.ltd/img/xiaowangzi (2).png" alt="">
                <span>狐狸---温暖了一生</span>
            </div>
            <div class="icons_items">
                <img  class="icons_items_imgs" src="https://img.lccyj.ltd/img/meigui (2).png" alt="">
                <span>玫瑰---惊艳了时光</span>
            </div>
        </div>
        <div class="introduce">
            <div class="introduce_item">
                <img class="introduce_item_img" src="https://img.lccyj.ltd/img/tongxin (2).png" alt="">
                <span class="introduce_item_title">
                    我们整天忙忙碌碌像一群群没有灵魂的苍蝇喧闹着躁动着听不到灵魂深处的声音时光流逝童年远去我们渐渐长大岁月带走了许许多多的回忆也消蚀了心底曾今拥有的那份童稚的纯真我们不顾心灵桎梏沉溺于人世浮华专注于利益法则我们把自己弄丢了<br><br>
                    所有的大人都曾经是小孩虽然只有少数的人记得<br><br>
                    只有用心灵才能看得清事物本质真正重要的东西是肉眼无法看见的
                </span>

            </div>
            <div class="introduce_item">

                <span class="introduce_item_titles">小王子在离开了玫瑰后才明白爱的道理:“我那时什么也不懂我应该根据她的行为而不是她的话来判断她她使我的生活芬芳多彩我真不该离开她跑出来我本应该猜出在她那笨拙的假话背后所隐藏的情爱玫瑰花是多么的自相矛盾可是我当时太年轻还不懂得去爱她。”
                    <br><br>我的花生命是短暂的她只有四根刺可以保护自己抵御世界我却将她独自留在我的星球上了
                </span>
                <img class="introduce_item_img" src="https://img.lccyj.ltd/img/huli (2).png" alt="">
            </div>
            <div class="introduce_item">
                <img class="introduce_item_img" src="https://img.lccyj.ltd/img/xiaowangzi (2).png" alt="">
                <span class="introduce_item_title">狐狸说:“对我来说你只是一个小男孩就像其他成千上万个小男孩一样没有什么两样我不需要你你也不需要我对你来说我也只是一只狐狸和其他成千上万的狐狸没有什么不同但是如果你驯养了我我们就会彼此需要对我来说你就是我的世界里独一无二的了我对你来说也是你的世界里的唯一了。”</span>
            </div>
            <div class="introduce_item">
                <span class="introduce_item_titles">玫瑰花:"我并非如此的弱不禁风...夜晚的凉风对我倒有好处我是一朵花啊。"<br><br>
                    她天真地显露出她那四根刺随后又说道 别这么磨蹭了真烦人你既然决定离开这儿那么快走吧!” 她其实是不愿意让小王子看到自己哭泣她曾经是多么高傲的一朵花……<br><br>
                    玫瑰在小王子离开时这样说我当然爱你没有让你感觉到是我的不对
                </span>
                <img class="introduce_item_img" src="https://img.lccyj.ltd/img/meigui (2).png" alt="">
            </div>
        </div>
        <!-- <audio autoplay="autoplay" id="audio" loop="loop">
                <source src="./video/music.mp3" type="audio/MP3">
               
        </audio>
        <img class="music_img" src="./img/music.png" alt=""> -->
    </div>

</body>
<!-- <script>
    let mucics = document.getElementById('audio')
    document.body.addEventListener('mousemove', function() {
        setTimeout(() => {
            mucics.play();
        }, 2000);
    }, false);
</script> -->

</html>