DASHA
This commit is contained in:
		
							
								
								
									
										13
									
								
								expressapp/app.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								expressapp/app.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| const express = require('express'); | ||||
|  | ||||
| const app = express(); | ||||
| app.get('/', function (request, response) { | ||||
|     response.send('<h1>Главная страница</h1>'); | ||||
| }); | ||||
| app.get('/about', function (request, response) { | ||||
|     response.send('<h1>О сайте</h1>'); | ||||
| }); | ||||
| app.get('/contact', function (request, response) { | ||||
|     response.send('<h1>Контакты</h1>'); | ||||
| }); | ||||
| app.listen(3000); | ||||
		Reference in New Issue
	
	Block a user
	 User1
					User1