コード例 #1
0
ファイル: index.php プロジェクト: AndrewKrivenko/testtask
<html>
	<head>
		<title>
			Парсинг
		</title>
		<link href="/assets/styles.css" rel="stylesheet">
		<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
		<script src="/assets/scripts.js"></script>
	</head>
	<body>
		<?php 
include '/app/Slider.php';
$pathToJson = 'https://raw.githubusercontent.com/nickua/testtaskfiles/master/images.json';
$pathToXml = 'https://raw.githubusercontent.com/nickua/testtaskfiles/master/images.xml';
$slider = new Slider($pathToXml, 'xml');
$slider->renderSlider();
?>
	</body>
</html>