Giter Club home page Giter Club logo

index.html's People

Contributors

guo-yu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

index.html's Issues

页面报错

TypeError: window.DUOSHUO.visitor.on is not a function
    at angular.module.service.on (duoshuo.min.js:1)
    at new baseCtrler (base.js:26)
    at d (angular.min.js:34)
    at Object.instantiate (angular.min.js:35)
    at $get (angular.min.js:67)
    at angular.min.js:53
    at q (angular.min.js:7)
    at M (angular.min.js:53)
    at g (angular.min.js:47)
    at M (angular.min.js:54)
(anonymous function)    @   angular.min.js:92
$get    @   angular.min.js:68
$get.k.$apply   @   angular.min.js:112
(anonymous function)    @   angular.min.js:18
d   @   angular.min.js:34
c   @   angular.min.js:18
fc  @   angular.min.js:18
Xc  @   angular.min.js:17
(anonymous function)    @   angular.min.js:213
a   @   angular.min.js:144
(anonymous function)    @   angular.min.js:31
q   @   angular.min.js:7
c   @   angular.min.js:31

我部署在七牛上的,地址是七牛airpub博客测试地址

Index.html

<title>Simple Website</title>

Welcome to My Website

Home

This is the home section of the website.

About

This is the about section of the website.

Contact

This is the contact section of the website.

Name: Email: Message: <textarea id="message" name="message" required></textarea> Submit

© 2024 My Website

<script src="scripts.js"></script> body { font-family: Arial, sans-serif; margin: 0; padding: 0; }

header {
background-color: #4CAF50;
color: white;
padding: 10px 0;
text-align: center;
}

nav ul {
list-style-type: none;
padding: 0;
}

nav ul li {
display: inline;
margin: 0 10px;
}

nav ul li a {
color: white;
text-decoration: none;
}

section {
padding: 20px;
margin: 20px;
}

footer {
background-color: #f1f1f1;
text-align: center;
padding: 10px;
position: fixed;
width: 100%;
bottom: 0;
}

form {
display: flex;
flex-direction: column;
}

label {
margin-top: 10px;
}

input, textarea {
margin-bottom: 10px;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
}

button {
background-color: #4CAF50;
color: white;
padding: 10px;
border: none;
border-radius: 4px;
cursor: pointer;
}

button:hover {
background-color: #45a049;
}document.getElementById('contactForm').addEventListener('submit', function(event) {
event.preventDefault();
alert('Form submitted!');
// Here you can add more functionality, like sending the form data to a server
});

Trans-36🌐

Our experienced team of problem solvers and commitment to always align with our customers businesses Goals and objectives are what drives mutual success.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.