PandaArtStation commited on
Commit
74077a3
·
verified ·
1 Parent(s): dd11721

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -16
main.py CHANGED
@@ -6,21 +6,5 @@ app = Flask(__name__)
6
  def index():
7
  return render_template('index.html')
8
 
9
- @app.route('/about')
10
- def about():
11
- return render_template('about.html')
12
-
13
- @app.route('/services')
14
- def services():
15
- return render_template('services.html')
16
-
17
- @app.route('/portfolio')
18
- def portfolio():
19
- return render_template('portfolio.html')
20
-
21
- @app.route('/contact')
22
- def contact():
23
- return render_template('contact.html')
24
-
25
  if __name__ == '__main__':
26
  app.run(host="0.0.0.0",port=7860,debug=False)
 
6
  def index():
7
  return render_template('index.html')
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  if __name__ == '__main__':
10
  app.run(host="0.0.0.0",port=7860,debug=False)